]> git.baikalelectronics.ru Git - kernel.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)
commitfd2bf9576f10601b73c2c426a882ac9e69235270
tree3d41a330ae4ebd895f841bfacc19bedc0d438d17
parent8d6e0613898638d7690ade69a65be6ceb5f8aec1
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