Loading drivers/mmc/host/sdhci.c +1 −1 Original line number Diff line number Diff line Loading @@ -3289,7 +3289,7 @@ static int sdhci_get_data_err(struct sdhci_host *host, u32 intmask) } else if (intmask & (SDHCI_INT_DATA_END_BIT | SDHCI_INT_DATA_CRC)) { host->mmc->err_stats[MMC_ERR_DAT_CRC]++; return -EILSEQ; } else if (intmask & MMC_ERR_ADMA) { } else if (intmask & SDHCI_INT_ADMA_ERROR) { host->mmc->err_stats[MMC_ERR_ADMA]++; return -EIO; } Loading Loading
drivers/mmc/host/sdhci.c +1 −1 Original line number Diff line number Diff line Loading @@ -3289,7 +3289,7 @@ static int sdhci_get_data_err(struct sdhci_host *host, u32 intmask) } else if (intmask & (SDHCI_INT_DATA_END_BIT | SDHCI_INT_DATA_CRC)) { host->mmc->err_stats[MMC_ERR_DAT_CRC]++; return -EILSEQ; } else if (intmask & MMC_ERR_ADMA) { } else if (intmask & SDHCI_INT_ADMA_ERROR) { host->mmc->err_stats[MMC_ERR_ADMA]++; return -EIO; } Loading