diff options
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/mmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index e8f896c61b34..2ba46273496b 100644 --- a/drivers/mmc/mmc.c +++ b/drivers/mmc/mmc.c | |||
@@ -1145,7 +1145,7 @@ static void mmc_process_ext_csds(struct mmc_host *host) | |||
1145 | 1145 | ||
1146 | mmc_card_set_highspeed(card); | 1146 | mmc_card_set_highspeed(card); |
1147 | 1147 | ||
1148 | host->ios.timing = MMC_TIMING_SD_HS; | 1148 | host->ios.timing = MMC_TIMING_MMC_HS; |
1149 | mmc_set_ios(host); | 1149 | mmc_set_ios(host); |
1150 | } | 1150 | } |
1151 | 1151 | ||