Skip to content

Commit d3ad1c7

Browse files
committed
Revert "mmc: sdhci: Mask "spurious" interrupts"
This reverts commit adac895, because this issue is already addressed by commit 19ec6bb. Signed-off-by: Stefan Wahren <[email protected]>
1 parent 0005d9b commit d3ad1c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/mmc/host/sdhci.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3101,10 +3101,6 @@ static irqreturn_t sdhci_irq(int irq, void *dev_id)
31013101
result = IRQ_WAKE_THREAD;
31023102
}
31033103

3104-
if ((intmask & SDHCI_INT_DATA_END) && !host->data &&
3105-
host->cmd && (host->cmd == host->cmd->mrq->stop))
3106-
intmask &= ~SDHCI_INT_DATA_END;
3107-
31083104
if (intmask & SDHCI_INT_CMD_MASK)
31093105
sdhci_cmd_irq(host, intmask & SDHCI_INT_CMD_MASK, &intmask);
31103106

0 commit comments

Comments
 (0)