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

Commit 6324ee64 authored by Venkat Gopalakrishnan's avatar Venkat Gopalakrishnan Committed by Veerabhadrarao Badiganti
Browse files

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



In addition to dumping all the SDCC vendor specific registers,
also dump the ICE registers that helps in debugging crypto
related errors.

Change-Id: I804b0cfd77dec21d45016aafbbb001dafb050241
Signed-off-by: default avatarVenkat Gopalakrishnan <venkatg@codeaurora.org>
parent 9e35aae2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3474,6 +3474,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);
	}
}