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

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

Merge "mmc: sdhci-msm: Suspend cqe only for full reset"

parents d331359f fa30938b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4102,7 +4102,7 @@ static void sdhci_msm_reset(struct sdhci_host *host, u8 mask)
	}

	sdhci_reset(host, mask);
	if (host->mmc->caps2 & MMC_CAP2_CQE)
	if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL))
		cqhci_suspend(host->mmc);
}