Skip to content

Commit

Permalink
mmc: allow ext_csd revision 7
Browse files Browse the repository at this point in the history
Newer d2 revisions are coming with version 7, this matches the stock
kernel too.

Change-Id: Ie64f681dc2dee0e52ba46dca55dfb310bf0eba93
  • Loading branch information
invisiblek committed Sep 22, 2013
1 parent b87061d commit b0cd8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/core/mmc.c
Expand Up @@ -292,7 +292,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) {
printk(KERN_ERR "%s: unrecognised EXT_CSD revision %d\n",
mmc_hostname(card->host), card->ext_csd.rev);
err = -EINVAL;
Expand Down

8 comments on commit b0cd8e7

@kasheimw
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please help as im unsure how to use this. is there a download?

@invisiblek
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wat?

@BoredOutOfMyGit
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kasheimw I think XDA is that way >>>>>>>>>>>>>

@kasheimw
Copy link

@kasheimw kasheimw commented on b0cd8e7 Sep 23, 2013 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@invisiblek
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kasheimw http://get.cm and get the zip for your device

@FennyFatal
Copy link

@FennyFatal FennyFatal commented on b0cd8e7 Sep 23, 2013 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kasheimw
Copy link

@kasheimw kasheimw commented on b0cd8e7 Sep 23, 2013 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@FennyFatal
Copy link

@FennyFatal FennyFatal commented on b0cd8e7 Sep 23, 2013 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.