Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17396
b: refs/heads/master
c: cb757b4
h: refs/heads/master
v: v3
  • Loading branch information
Pierre Ossman authored and Russell King committed Jan 8, 2006
1 parent 6ca3f2d commit 15a4f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5e68d95d155c94e45f16b521fd4e2bcd6c8481b1
refs/heads/master: cb757b4eefd4600a3afa58f6983addbbe82989a8
1 change: 1 addition & 0 deletions trunk/drivers/mmc/mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ static void mmc_decode_cid(struct mmc_card *card)

case 2: /* MMC v2.0 - v2.2 */
case 3: /* MMC v3.1 - v3.3 */
case 4: /* MMC v4 */
card->cid.manfid = UNSTUFF_BITS(resp, 120, 8);
card->cid.oemid = UNSTUFF_BITS(resp, 104, 16);
card->cid.prod_name[0] = UNSTUFF_BITS(resp, 96, 8);
Expand Down

0 comments on commit 15a4f30

Please sign in to comment.