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:
4a991b4
)
pinctrl: samsung: Do not initialise statics to 0
author
Sachin Kamat
<sachin.kamat@linaro.org>
Sat, 24 Nov 2012 02:20:51 +0000
(11:20 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Sat, 24 Nov 2012 02:20:51 +0000
(11:20 +0900)
Static variables are initialised to 0 by GCC.
Fixes the following checkpatch error:
ERROR: do not initialise statics to 0 or NULL
FILE: pinctrl/pinctrl-samsung.c:50:
static unsigned int pin_base = 0;
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
No differences found