summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/mmc/host/mmci.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c
index 3ce37a4cc99..f235aa45a3e 100644
--- a/drivers/mmc/host/mmci.c
+++ b/drivers/mmc/host/mmci.c
@@ -1548,13 +1548,9 @@ static int mmci_suspend(struct device *dev)
if (mmc) {
struct mmci_host *host = mmc_priv(mmc);
- pm_runtime_get_sync(mmc->parent);
-
ret = mmc_suspend_host(mmc);
if (!ret)
mmci_disable_irq(host);
-
- pm_runtime_put_sync_suspend(mmc->parent);
}
return ret;