]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: sdhci-esdhc-imx: Use NULL instead of zero
authorFabio Estevam <fabio.estevam@freescale.com>
Sat, 5 Oct 2013 01:59:23 +0000 (22:59 -0300)
committerChris Ball <cjb@laptop.org>
Thu, 12 Dec 2013 01:18:48 +0000 (20:18 -0500)
commit1637cced4333f7e5b3263dddcd15265e8c2b0f02
tree2710ccf762854fa18f8f38b3a22ea7ac52c86aaa
parent00442f6039afc684529462e35702ac4ea6d20dc5
mmc: sdhci-esdhc-imx: Use NULL instead of zero

Fix the following sparse warning:

drivers/mmc/host/sdhci-esdhc-imx.c:617:35: warning: Using plain integer as NULL pointer

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-esdhc-imx.c