]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mtd: s3c2410: Do not initialise statics to 0 or NULL
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 16 Jul 2012 10:32:25 +0000 (16:02 +0530)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sat, 29 Sep 2012 13:56:12 +0000 (14:56 +0100)
commita68c5ec85685a8eb7a93a0577f91c5e0952df39e
treed6e143078e17da946603ec19203cc1b2d7307076
parentd2a89be8e7cedbc7aba7f0265459e75e6627614c
mtd: s3c2410: Do not initialise statics to 0 or NULL

Fixes the following checkpatch errors:
ERROR: do not initialise statics to 0 or NULL
+static int hardware_ecc = 0;

ERROR: do not initialise statics to 0 or NULL
+static const int clock_stop = 0;

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/s3c2410.c