mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 16:30:53 +07:00
mmc: use right timing mode constant
Fix copy-n-paste error. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
This commit is contained in:
parent
c403069802
commit
de85989511
@ -1145,7 +1145,7 @@ static void mmc_process_ext_csds(struct mmc_host *host)
|
||||
|
||||
mmc_card_set_highspeed(card);
|
||||
|
||||
host->ios.timing = MMC_TIMING_SD_HS;
|
||||
host->ios.timing = MMC_TIMING_MMC_HS;
|
||||
mmc_set_ios(host);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user