commit | e95baf132f9709b86721a562210403473ef72249 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Nov 08 14:26:11 2012 +0000 |
committer | Chris Ball <cjb@laptop.org> | Thu Dec 06 13:54:42 2012 -0500 |
tree | 3d41a330ae4ebd895f841bfacc19bedc0d438d17 | |
parent | d6a20debf4d2df13843e8d9b8d97d217dc1c15d5 [diff] |
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>