|
@@ -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);
|