projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fa83ce
)
mmc: allow for MMC v4.4
author
Adrian Hunter
<
[email protected]
>
Fri, 8 Jan 2010 22:43:01 +0000
(14:43 -0800)
committer
Linus Torvalds
<
[email protected]
>
Mon, 11 Jan 2010 17:34:06 +0000
(09:34 -0800)
JEDEC eMMC specification version 4.4 (MMCA 4.4) defines Extended CSD
structure versions up to 5.
Signed-off-by: Adrian Hunter <
[email protected]
>
Cc: <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/mmc/core/mmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/core/mmc.c
b/drivers/mmc/core/mmc.c
index c11189446a1f70cd93bcf778e89a41ca06eeac52..0eac6c81490462fb640d768edbbdec54659510fa 100644
(file)
--- a/
drivers/mmc/core/mmc.c
+++ b/
drivers/mmc/core/mmc.c
@@
-207,7
+207,7
@@
static int mmc_read_ext_csd(struct mmc_card *card)
}
card->ext_csd.rev = ext_csd[EXT_CSD_REV];
- if (card->ext_csd.rev >
3
) {
+ if (card->ext_csd.rev >
5
) {
printk(KERN_ERR "%s: unrecognised EXT_CSD structure "
"version %d\n", mmc_hostname(card->host),
card->ext_csd.rev);