commit | 803862a6f7de4939e0a557214e5e4b37e36f87ff | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Tue Jun 21 22:41:49 2011 +0800 |
committer | Chris Ball <cjb@laptop.org> | Wed Jul 20 17:21:02 2011 -0400 |
tree | dc004c32b20a55e6e2a79fcdbc1348f04ff29c4d | |
parent | d25928d1eed06a9c23c723466dfa7cbee0a5e07d [diff] |
mmc: sdhci-esdhc-imx: SDHCI_CARD_PRESENT does not get cleared The function esdhc_readl_le intends to clear bit SDHCI_CARD_PRESENT, when the card detect gpio tells there is no card. But it does not clear the bit actually. The patch gives a fix on that. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Wolfram Sang <w.sang@pengutronix.de> Cc: <stable@kernel.org> Signed-off-by: Chris Ball <cjb@laptop.org>