commit | a68c5ec85685a8eb7a93a0577f91c5e0952df39e | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Mon Jul 16 16:02:25 2012 +0530 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Sat Sep 29 14:56:12 2012 +0100 |
tree | d6e143078e17da946603ec19203cc1b2d7307076 | |
parent | d2a89be8e7cedbc7aba7f0265459e75e6627614c [diff] |
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>