diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-07-16 10:32:25 (GMT) |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-09-29 13:56:12 (GMT) |
commit | a68c5ec85685a8eb7a93a0577f91c5e0952df39e (patch) | |
tree | d6e143078e17da946603ec19203cc1b2d7307076 /drivers/mtd/nand/gpmi-nand/Makefile | |
parent | d2a89be8e7cedbc7aba7f0265459e75e6627614c (diff) | |
download | linux-fsl-qoriq-a68c5ec85685a8eb7a93a0577f91c5e0952df39e.tar.xz |
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>
Diffstat (limited to 'drivers/mtd/nand/gpmi-nand/Makefile')
0 files changed, 0 insertions, 0 deletions