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:
f722406
)
regulator: isl6271a: Use NULL instead of 0
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 8 May 2013 10:39:05 +0000
(16:09 +0530)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Sun, 12 May 2013 14:36:38 +0000
(18:36 +0400)
init_data is a pointer. Use NULL instead of 0.
Silences the following sparse warning:
drivers/regulator/isl6271a-regulator.c:133:44:
warning: Using plain integer as NULL pointer
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
No differences found