projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c403069
)
mmc: use right timing mode constant
author
Pierre Ossman
<drzeus@drzeus.cx>
Sat, 28 Apr 2007 12:59:35 +0000
(14:59 +0200)
committer
Pierre 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
patch
|
blob
|
history
diff --git
a/drivers/mmc/mmc.c
b/drivers/mmc/mmc.c
index e8f896c61b3474a592a1303275230dab070e6b1f..2ba46273496bcf566ce6d271f320521b6ef570d8 100644
(file)
--- 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);
}