Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65597
b: refs/heads/master
c: 8fdd852
h: refs/heads/master
i:
  65595: e332b13
v: v3
  • Loading branch information
Pierre Ossman committed Sep 23, 2007
1 parent 54b109c commit fa5942d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: be0192aae1aed3fbf172e3f9a22ec75392c1b175
refs/heads/master: 8fdd8521dcc9d89072f3ca5dca444560bcea39c6
5 changes: 3 additions & 2 deletions trunk/drivers/mmc/core/mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,9 @@ static int mmc_read_ext_csd(struct mmc_card *card)

ext_csd_struct = ext_csd[EXT_CSD_REV];
if (ext_csd_struct > 2) {
printk("%s: unrecognised EXT_CSD structure version %d\n",
mmc_hostname(card->host), ext_csd_struct);
printk(KERN_ERR "%s: unrecognised EXT_CSD structure "
"version %d\n", mmc_hostname(card->host),
ext_csd_struct);
return -EINVAL;
}

Expand Down

0 comments on commit fa5942d

Please sign in to comment.