From: Sachin Kamat Date: Wed, 8 May 2013 10:39:05 +0000 (+0530) Subject: regulator: isl6271a: Use NULL instead of 0 X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~26^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85bea1bf33f6e66221c5818332382f2ed9f2ad0e;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed