commit | 85bea1bf33f6e66221c5818332382f2ed9f2ad0e | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Wed May 08 16:09:05 2013 +0530 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sun May 12 18:36:38 2013 +0400 |
tree | 6de41f7890b5b24d1f6c9198699934ed7bee80ab | |
parent | f722406faae2d073cc1d01063d1123c35425939e [diff] |
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>