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

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

Merge "mmc: sdhci-msm: dump ICE registers also on error"

parents bb3f9c3f b83e4f7f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3032,6 +3032,7 @@ void sdhci_msm_dump_vendor_regs(struct sdhci_host *host)
	if (host->is_crypto_en) {
		sdhci_msm_ice_get_status(host, &sts);
		pr_info("%s: ICE status %x\n", mmc_hostname(host->mmc), sts);
		sdhci_msm_ice_print_regs(host);
	}
}