Loading drivers/mmc/host/sdhci.c +8 −0 Original line number Diff line number Diff line Loading @@ -3376,6 +3376,14 @@ static void sdhci_data_irq(struct sdhci_host *host, u32 intmask) } else { pr_msg = true; } if (host->mmc->ops->get_cd && !host->mmc->ops->get_cd(host->mmc)) { pr_msg = false; pr_err("%s: Got data error(%d) during card removal\n", mmc_hostname(host->mmc), host->data->error); } if (pr_msg && __ratelimit(&host->dbg_dump_rs)) { pr_err("%s: data txfr (0x%08x) error: %d after %lld ms\n", mmc_hostname(host->mmc), intmask, Loading Loading
drivers/mmc/host/sdhci.c +8 −0 Original line number Diff line number Diff line Loading @@ -3376,6 +3376,14 @@ static void sdhci_data_irq(struct sdhci_host *host, u32 intmask) } else { pr_msg = true; } if (host->mmc->ops->get_cd && !host->mmc->ops->get_cd(host->mmc)) { pr_msg = false; pr_err("%s: Got data error(%d) during card removal\n", mmc_hostname(host->mmc), host->data->error); } if (pr_msg && __ratelimit(&host->dbg_dump_rs)) { pr_err("%s: data txfr (0x%08x) error: %d after %lld ms\n", mmc_hostname(host->mmc), intmask, Loading