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

Commit b83e4f7f authored by Venkat Gopalakrishnan's avatar Venkat Gopalakrishnan
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 8ca03863
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);
	}
}