Skip to content

Commit

Permalink
mmc: Accept EXT_CSD rev 1.3 since it is backwards compatible with 1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Jarkko Lavinen <jarkko.lavinen@nokia.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
  • Loading branch information
Jarkko Lavinen authored and Pierre Ossman committed Apr 8, 2009
1 parent 577c9c4 commit 3e44ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/core/mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ static int mmc_read_ext_csd(struct mmc_card *card)
}

ext_csd_struct = ext_csd[EXT_CSD_REV];
if (ext_csd_struct > 2) {
if (ext_csd_struct > 3) {
printk(KERN_ERR "%s: unrecognised EXT_CSD structure "
"version %d\n", mmc_hostname(card->host),
ext_csd_struct);
Expand Down

0 comments on commit 3e44ddd

Please sign in to comment.