OSDN Git Service

mfd: max77686: Use NULL instead of 0
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 26 Mar 2013 04:43:36 +0000 (10:13 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 8 Apr 2013 09:47:15 +0000 (11:47 +0200)
commitd1ac2c092d9dbd5ef2b903eea77629929c3314f2
treeced7780e339fde43b6c4444d2c5f8310a70d3d5a
parent099bb952b064aebd76b30ca25b51ff6440663195
mfd: max77686: Use NULL instead of 0

'data' is a pointer and hence use NULL instead of 0.
Silences the following warning:
drivers/mfd/max77686.c:49:50: warning: Using plain integer as NULL pointer

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Jonghwa Lee <jonghwa3.lee@samsung.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/max77686.c