Loading drivers/mmc/core/mmc.c +0 −5 Original line number Diff line number Diff line Loading @@ -2555,11 +2555,6 @@ static int _mmc_suspend(struct mmc_host *host, bool is_suspend) if (mmc_card_suspended(host->card)) goto out; if (host->cqe_enabled) { host->cqe_ops->cqe_disable(host); host->cqe_enabled = false; } if (mmc_card_doing_bkops(host->card)) { err = mmc_stop_bkops(host->card); if (err) Loading Loading
drivers/mmc/core/mmc.c +0 −5 Original line number Diff line number Diff line Loading @@ -2555,11 +2555,6 @@ static int _mmc_suspend(struct mmc_host *host, bool is_suspend) if (mmc_card_suspended(host->card)) goto out; if (host->cqe_enabled) { host->cqe_ops->cqe_disable(host); host->cqe_enabled = false; } if (mmc_card_doing_bkops(host->card)) { err = mmc_stop_bkops(host->card); if (err) Loading