Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254091
b: refs/heads/master
c: ddd6fa7
h: refs/heads/master
i:
  254089: e9b4a64
  254087: 4697ef9
v: v3
  • Loading branch information
Adrian Hunter authored and Chris Ball committed Jun 25, 2011
1 parent 7c4993c commit 25e76b4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c6e633ad916e2af244dbfd11abd2bc077870bdfd
refs/heads/master: ddd6fa7e794e62af3ec3eb4ffdc78489885701f2
3 changes: 3 additions & 0 deletions trunk/drivers/mmc/card/block.c
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,9 @@ static void mmc_blk_remove(struct mmc_card *card)
struct mmc_blk_data *md = mmc_get_drvdata(card);

mmc_blk_remove_parts(card, md);
mmc_claim_host(card->host);
mmc_blk_part_switch(card, md);
mmc_release_host(card->host);
mmc_blk_remove_req(md);
mmc_set_drvdata(card, NULL);
}
Expand Down

0 comments on commit 25e76b4

Please sign in to comment.