]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: sdhci-esdhc-imx: remove D3CD check from SDHCI_HOST_CONTROL write
authorShawn Guo <shawn.guo@linaro.org>
Tue, 15 Jan 2013 15:36:52 +0000 (23:36 +0800)
committerChris Ball <cjb@laptop.org>
Mon, 11 Feb 2013 18:29:01 +0000 (13:29 -0500)
commit4a3533f9ad9cb4c3d1f90c9e4b0885b810a90e0e
treea85a7ba8d07c76e8630a3a8b109c95f2ef28b19c
parent9f494d4b9000bc64fae4b2541408507ce6792a36
mmc: sdhci-esdhc-imx: remove D3CD check from SDHCI_HOST_CONTROL write

SDHCI_CTRL_D3CD is not a standard SDHCI_HOST_CONTROL, so there is no
need to check it in SDHCI_HOST_CONTROL write at all.  Remove it.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Tested-by: Dirk Behme <dirk.behme@de.bosch.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-esdhc-imx.c