]> git.openfabrics.org - ~emulex/infiniband.git/commit
mmc: dw_mmc: fix more const pointer warnings
authorArnd Bergmann <arnd@arndb.de>
Thu, 8 Nov 2012 14:26:11 +0000 (14:26 +0000)
committerChris Ball <cjb@laptop.org>
Thu, 6 Dec 2012 18:54:42 +0000 (13:54 -0500)
commite95baf132f9709b86721a562210403473ef72249
tree3d41a330ae4ebd895f841bfacc19bedc0d438d17
parentd6a20debf4d2df13843e8d9b8d97d217dc1c15d5
mmc: dw_mmc: fix more const pointer warnings

The patch "dw_mmc: fix multiple drv_data NULL dereferences" has
unfortunately clashed with my "mmc: dw_mmc: constify dw_mci_idmac_ops
in exynos back-end" patch, causing new warnings to appear.

This should hopefully fix the issue for good.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/dw_mmc.c