|
@@ -200,8 +200,6 @@ static int bxt_get_cd(struct mmc_host *mmc)
|
|
|
if (!gpio_cd)
|
|
|
return 0;
|
|
|
|
|
|
- pm_runtime_get_sync(mmc->parent);
|
|
|
-
|
|
|
spin_lock_irqsave(&host->lock, flags);
|
|
|
|
|
|
if (host->flags & SDHCI_DEVICE_DEAD)
|
|
@@ -211,9 +209,6 @@ static int bxt_get_cd(struct mmc_host *mmc)
|
|
|
out:
|
|
|
spin_unlock_irqrestore(&host->lock, flags);
|
|
|
|
|
|
- pm_runtime_mark_last_busy(mmc->parent);
|
|
|
- pm_runtime_put_autosuspend(mmc->parent);
|
|
|
-
|
|
|
return ret;
|
|
|
}
|
|
|
|