From: Dmitry Shmidt Date: Wed, 24 Feb 2016 20:45:14 +0000 (-0800) Subject: Revert "mmc: Extend wakelock if bus is dead" X-Git-Tag: firefly_0821_release~2958^2~50 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b7f6f4e9a4d9878662c7441b29191d8071205fcd;p=firefly-linux-kernel-4.4.55.git Revert "mmc: Extend wakelock if bus is dead" This reverts commit dde72f9e313fc52d467ef0aad41cecd2c9f9f212. --- diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c index 96666984a103..3e54185bc985 100644 --- a/drivers/mmc/core/core.c +++ b/drivers/mmc/core/core.c @@ -2605,12 +2605,6 @@ void mmc_rescan(struct work_struct *work) host->detect_change = 0; - /* If the card was removed the bus will be marked - * as dead - extend the wakelock so userspace - * can respond */ - if (host->bus_dead) - extend_wakelock = 1; - /* * Let mmc_bus_put() free the bus/bus_ops if we've found that * the card is no longer present.