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

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

Merge "mmc: sdhci-msm: Remove mmc host NULL check"

parents 2997c880 48fcab8a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -5977,8 +5977,7 @@ static int sdhci_msm_runtime_resume(struct device *dev)
		goto skip_ice_resume;
	}

	if (host->mmc &&
			(host->mmc->ios.timing == MMC_TIMING_MMC_HS400))
	if (host->mmc->ios.timing == MMC_TIMING_MMC_HS400)
		sdhci_msm_toggle_fifo_write_clk(host);

	if (host->is_crypto_en) {