Browse Source

mmc: use right timing mode constant

Fix copy-n-paste error.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Pierre Ossman 18 years ago
parent
commit
de85989511
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/mmc/mmc.c

+ 1 - 1
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);
 		}