From: Sachin Kamat Date: Tue, 26 Mar 2013 04:43:36 +0000 (+0530) Subject: mfd: max77686: Use NULL instead of 0 X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~31^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1ac2c092d9dbd5ef2b903eea77629929c3314f2;p=pandora-kernel.git 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 Cc: Jonghwa Lee Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed