Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262968
b: refs/heads/master
c: 38ca285
h: refs/heads/master
v: v3
  • Loading branch information
Kyungmin Park authored and Chris Ball committed Aug 13, 2011
1 parent 656a150 commit f2f0b34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d5a5bd1c3f7e8d010393530d60df8da75218a488
refs/heads/master: 38ca285044be88a0fb47b6eb91deeeb729435fd0
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/core/mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f2f0b34

Please sign in to comment.