diff options
author | Pierre Ossman <drzeus@drzeus.cx> | 2007-02-10 17:52:23 +0300 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2007-05-01 15:04:16 +0400 |
commit | 29041dbe199b0dff392bf1b9d634357da0b3208f (patch) | |
tree | 57ad87d6e9577f9558a68dca55592d2368b2f545 /drivers/mmc/mmc.c | |
parent | f74d132cec60b686bce1f284822c1a496700bd3c (diff) | |
download | linux-29041dbe199b0dff392bf1b9d634357da0b3208f.tar.xz |
mmc: Move "present" marking
The "present" state indicates that the card is a registered device, so
it is more clear to put it together with the actual registration.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/mmc.c')
-rw-r--r-- | drivers/mmc/mmc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index ccd3037da249..9ffeeb2cba45 100644 --- a/drivers/mmc/mmc.c +++ b/drivers/mmc/mmc.c @@ -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); } /* |