]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 e8f896c61b3474a592a1303275230dab070e6b1f..2ba46273496bcf566ce6d271f320521b6ef570d8 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);
                }