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

Commit 440d2e4a 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: add err_state to sdhci_dumpregs func"

parents 6b0df285 451a9cde
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -173,6 +173,8 @@ static void sdhci_dumpregs(struct sdhci_host *host)
		       readl(host->ioaddr + SDHCI_ADMA_ADDRESS_LOW));
	}

	host->mmc->err_occurred = true;

	if (host->ops->dump_vendor_regs)
		host->ops->dump_vendor_regs(host);
	sdhci_dump_state(host);