From: Sachin Kamat Date: Mon, 16 Jul 2012 10:32:25 +0000 (+0530) Subject: mtd: s3c2410: Do not initialise statics to 0 or NULL X-Git-Tag: v3.7-rc1~70^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a68c5ec85685a8eb7a93a0577f91c5e0952df39e;p=pandora-kernel.git 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 Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed