Loading drivers/mmc/host/sdhci-msm.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
drivers/mmc/host/sdhci-msm.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading