aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/omap_hsmmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/omap_hsmmc.c')
-rw-r--r--drivers/mmc/host/omap_hsmmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c
index 3f77fd94e5d8..cfb4b48c212b 100644
--- a/drivers/mmc/host/omap_hsmmc.c
+++ b/drivers/mmc/host/omap_hsmmc.c
@@ -650,7 +650,7 @@ static int omap_hsmmc_context_restore(struct omap_hsmmc_host *host)
650 OMAP_HSMMC_WRITE(host->base, SYSCONFIG, 650 OMAP_HSMMC_WRITE(host->base, SYSCONFIG,
651 OMAP_HSMMC_READ(host->base, SYSCONFIG) | AUTOIDLE); 651 OMAP_HSMMC_READ(host->base, SYSCONFIG) | AUTOIDLE);
652 652
653 if (host->id == OMAP_MMC1_DEVID) { 653 if (host->pdata->controller_flags & OMAP_HSMMC_SUPPORTS_DUAL_VOLT) {
654 if (host->power_mode != MMC_POWER_OFF && 654 if (host->power_mode != MMC_POWER_OFF &&
655 (1 << ios->vdd) <= MMC_VDD_23_24) 655 (1 << ios->vdd) <= MMC_VDD_23_24)
656 hctl = SDVS18; 656 hctl = SDVS18;