Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53572
b: refs/heads/master
c: 29041db
h: refs/heads/master
v: v3
  • Loading branch information
Pierre Ossman committed May 1, 2007
1 parent 11c27e7 commit fe281fb
Show file tree
Hide file tree
Showing 3 changed files with 3 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: f74d132cec60b686bce1f284822c1a496700bd3c
refs/heads/master: 29041dbe199b0dff392bf1b9d634357da0b3208f
2 changes: 0 additions & 2 deletions trunk/drivers/mmc/mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1604,8 +1604,6 @@ static void mmc_rescan(struct work_struct *work)
if (!mmc_card_present(card) && !mmc_card_dead(card)) {
if (mmc_register_card(card))
mmc_card_set_dead(card);
else
mmc_card_set_present(card);
}

/*
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/mmc/mmc_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ int mmc_register_card(struct mmc_card *card)
device_del(&card->dev);
}
}
if (ret == 0)
mmc_card_set_present(card);
return ret;
}

Expand Down

0 comments on commit fe281fb

Please sign in to comment.