]> git.karo-electronics.de Git - karo-tx-linux.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, 8 Nov 2012 14:34:48 +0000 (09:34 -0500)
commitee93e7468fac3fef7272eec5a416400435913b7b
tree0328a98c77f851cd4e1dadda987745d93011be19
parentae7195e0e25368d36c2caff76d6490cb0a4f34cb
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