aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/mmc.c
diff options
context:
space:
mode:
authorPierre Ossman <drzeus@drzeus.cx>2007-04-28 14:59:35 +0200
committerPierre Ossman <drzeus@drzeus.cx>2007-05-01 13:04:15 +0200
commitde85989511f3a0e15b04d18582b23d428d6ddbbd (patch)
tree52f61f9d013a666bb5fda6b9a668dc00981fed65 /drivers/mmc/mmc.c
parentc4030698029bb30d220fb0342a34280c629cee01 (diff)
downloadlinux-de85989511f3a0e15b04d18582b23d428d6ddbbd.tar.gz
mmc: use right timing mode constant
Fix copy-n-paste error. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/mmc.c')
-rw-r--r--drivers/mmc/mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
index e8f896c61b3474..2ba46273496bcf 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)
mmc_card_set_highspeed(card);
- host->ios.timing = MMC_TIMING_SD_HS;
+ host->ios.timing = MMC_TIMING_MMC_HS;
mmc_set_ios(host);
}