commit | de85989511f3a0e15b04d18582b23d428d6ddbbd | [log] [tgz] |
---|---|---|
author | Pierre Ossman <drzeus@drzeus.cx> | Sat Apr 28 14:59:35 2007 +0200 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Tue May 01 13:04:15 2007 +0200 |
tree | 52f61f9d013a666bb5fda6b9a668dc00981fed65 | |
parent | c4030698029bb30d220fb0342a34280c629cee01 [diff] |
mmc: use right timing mode constant Fix copy-n-paste error. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index e8f896c..2ba4627 100644 --- a/drivers/mmc/mmc.c +++ b/drivers/mmc/mmc.c
@@ -1145,7 +1145,7 @@ mmc_card_set_highspeed(card); - host->ios.timing = MMC_TIMING_SD_HS; + host->ios.timing = MMC_TIMING_MMC_HS; mmc_set_ios(host); }