Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39144fec authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Revert "mmc: core: Disable cqe during runtime suspend""

parents 058feca7 ca3da9ac
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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)