Permalink
Browse files

Merge pull request #2 from koron393/bricked-flo-twrp

mmc: add 5.0 emmc support
  • Loading branch information...
2 parents 1779bec + 41b13c0 commit 0f7854f7c9fa23651a904f77675518038e85ce67 @Tasssadar committed Mar 5, 2015
Showing with 1 addition and 1 deletion.
  1. +1 −1 drivers/mmc/core/mmc.c
View
@@ -293,7 +293,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 > 6) {
+ if (card->ext_csd.rev > 7) {
pr_err("%s: unrecognised EXT_CSD revision %d\n",
mmc_hostname(card->host), card->ext_csd.rev);
err = -EINVAL;

0 comments on commit 0f7854f

Please sign in to comment.