Skip to content

Commit

Permalink
mmc: use right timing mode constant
Browse files Browse the repository at this point in the history
Fix copy-n-paste error.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
  • Loading branch information
Pierre Ossman committed May 1, 2007
1 parent c403069 commit de85989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit de85989

Please sign in to comment.