From: Tushar Behera Date: Tue, 20 Nov 2012 04:11:53 +0000 (+0530) Subject: mmc: sdhci-s3c: Use NULL instead of 0 for pointers X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~96^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab5023efdcfa87512663aca120245b0fec8511eb;p=pandora-kernel.git mmc: sdhci-s3c: Use NULL instead of 0 for pointers The third argument for of_get_property() is a pointer, hence pass NULL instead of 0. Fixes the following sparse warning: sdhci-s3c.c:452:48: warning: Using plain integer as NULL pointer sdhci-s3c.c:457:52: warning: Using plain integer as NULL pointer Signed-off-by: Tushar Behera Signed-off-by: Chris Ball --- Reading git-diff-tree failed