]> Git Repo - linux.git/blobdiff - drivers/mmc/core/mmc.c
ext4: teach ext4_statfs() to deal with clusters if bigalloc is enabled
[linux.git] / drivers / mmc / core / mmc.c
index aa7d1d79b8c554c143c004db5e3ef9565ca653dd..5700b1cbdfec05ffc606879d4da293d24f63484d 100644 (file)
@@ -259,7 +259,7 @@ static int mmc_read_ext_csd(struct mmc_card *card, u8 *ext_csd)
        }
 
        card->ext_csd.rev = ext_csd[EXT_CSD_REV];
-       if (card->ext_csd.rev > 5) {
+       if (card->ext_csd.rev > 6) {
                printk(KERN_ERR "%s: unrecognised EXT_CSD revision %d\n",
                        mmc_hostname(card->host), card->ext_csd.rev);
                err = -EINVAL;
This page took 0.029334 seconds and 4 git commands to generate.