|
@@ -1623,7 +1623,6 @@ static irqreturn_t dw_mci_interrupt(int irq, void *dev_id)
|
|
|
if (pending & (SDMMC_IDMAC_INT_TI | SDMMC_IDMAC_INT_RI)) {
|
|
|
mci_writel(host, IDSTS, SDMMC_IDMAC_INT_TI | SDMMC_IDMAC_INT_RI);
|
|
|
mci_writel(host, IDSTS, SDMMC_IDMAC_INT_NI);
|
|
|
- set_bit(EVENT_DATA_COMPLETE, &host->pending_events);
|
|
|
host->dma_ops->complete(host);
|
|
|
}
|
|
|
#endif
|