mmc: use right timing mode constant
authorPierre Ossman <drzeus@drzeus.cx>
Sat, 28 Apr 2007 12:59:35 +0000 (14:59 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Tue, 1 May 2007 11:04:15 +0000 (13:04 +0200)
Fix copy-n-paste error.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/mmc.c

index e8f896c..2ba4627 100644 (file)
@@ -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);
                }