|
@@ -893,7 +893,7 @@ static void mmc_omap_cover_handler(unsigned long param)
|
|
* If no card is inserted, we postpone polling until
|
|
* If no card is inserted, we postpone polling until
|
|
* the cover has been closed.
|
|
* the cover has been closed.
|
|
*/
|
|
*/
|
|
- if (slot->mmc->card == NULL || !mmc_card_present(slot->mmc->card))
|
|
|
|
|
|
+ if (slot->mmc->card == NULL)
|
|
return;
|
|
return;
|
|
|
|
|
|
mod_timer(&slot->cover_timer,
|
|
mod_timer(&slot->cover_timer,
|