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

Commit 5609e231 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mmc: host: sdhci-msm: Skip reading GENERICS register in check_pwr_status"

parents 512f631e 20bc1967
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -2736,12 +2736,13 @@ static void sdhci_msm_check_power_status(struct sdhci_host *host, u32 req_type)
					msm_host->offset;
	unsigned long flags;
	bool done = false;
	u32 io_sig_sts;
	u32 io_sig_sts = SWITCHABLE_SIGNALLING_VOL;

	spin_lock_irqsave(&host->lock, flags);
	pr_debug("%s: %s: request %d curr_pwr_state %x curr_io_level %x\n",
			mmc_hostname(host->mmc), __func__, req_type,
			msm_host->curr_pwr_state, msm_host->curr_io_level);
	if (!msm_host->mci_removed)
		io_sig_sts = sdhci_msm_readl_relaxed(host,
				msm_host_offset->CORE_GENERICS);