aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mmc/host/sdhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
index 79dc7437abee..8b0c7d6ea04b 100644
--- a/drivers/mmc/host/sdhci.c
+++ b/drivers/mmc/host/sdhci.c
@@ -1627,7 +1627,7 @@ static void sdhci_do_set_ios(struct sdhci_host *host, struct mmc_ios *ios)
1627 * signalling timeout and CRC errors even on CMD0. Resetting 1627 * signalling timeout and CRC errors even on CMD0. Resetting
1628 * it on each ios seems to solve the problem. 1628 * it on each ios seems to solve the problem.
1629 */ 1629 */
1630 if(host->quirks & SDHCI_QUIRK_RESET_CMD_DATA_ON_IOS) 1630 if (host->quirks & SDHCI_QUIRK_RESET_CMD_DATA_ON_IOS)
1631 sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); 1631 sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA);
1632 1632
1633 mmiowb(); 1633 mmiowb();