]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
drivers/mmc/mv_sdhci.c: Fix build warning
authorAnatolij Gustschin <agust@denx.de>
Wed, 7 Dec 2011 11:47:48 +0000 (11:47 +0000)
committerAndy Fleming <afleming@freescale.com>
Mon, 9 Jan 2012 03:28:16 +0000 (21:28 -0600)
commitbfe6f6235fdfa130ad8c5a8898ef4d3a37bcad8c
treefd347658cc0af75645a7001441e568592d2f4cd3
parent31cb6db5dbdc07673b816074af433bceeea1de5a
drivers/mmc/mv_sdhci.c: Fix build warning

Fix:
mv_sdhci.c: In function 'mv_sdh_init':
mv_sdhci.c:47:22: warning: the comparison will always
evaluate as 'true' for the address of 'mv_sdhci_writeb'
will never be NULL [-Waddress]

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Lei Wen <leiwen@marvell.com>
Cc: Andy Fleming <afleming@freescale.com>
Acked-by: Lei Wen <leiwen@marvell.com>
drivers/mmc/mv_sdhci.c