git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2a89be
)
mtd: s3c2410: Do not initialise statics to 0 or NULL
author
Sachin Kamat
<sachin.kamat@linaro.org>
Mon, 16 Jul 2012 10:32:25 +0000
(16:02 +0530)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Sat, 29 Sep 2012 13:56:12 +0000
(14:56 +0100)
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>
No differences found