regulator: isl6271a: Use NULL instead of 0
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 8 May 2013 10:39:05 +0000 (16:09 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 12 May 2013 14:36:38 +0000 (18:36 +0400)
commit85bea1bf33f6e66221c5818332382f2ed9f2ad0e
tree6de41f7890b5b24d1f6c9198699934ed7bee80ab
parentf722406faae2d073cc1d01063d1123c35425939e
regulator: isl6271a: Use NULL instead of 0

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>
drivers/regulator/isl6271a-regulator.c