Loading drivers/mmc/host/sdhci.c +2 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
drivers/mmc/host/sdhci.c +2 −0 Original line number Diff line number Diff line Loading @@ -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); Loading