Revert "mmc: sdhci: Mask "spurious" interrupts"
authorStefan Wahren <wahrenst@gmx.net>
Sun, 8 Dec 2019 13:45:14 +0000 (14:45 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:33:14 +0000 (16:33 +0100)
This reverts commit adac895210b88770190e9a501462f2100ab40ac8, because this
issue is already addressed by commit 19ec6bb80290e496021488084944b77f03a87dd7.

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
drivers/mmc/host/sdhci.c

index ad123f0..50514fe 100644 (file)
@@ -3104,10 +3104,6 @@ static irqreturn_t sdhci_irq(int irq, void *dev_id)
                        result = IRQ_WAKE_THREAD;
                }
 
-               if ((intmask & SDHCI_INT_DATA_END) && !host->data &&
-                   host->cmd && (host->cmd == host->cmd->mrq->stop))
-                       intmask &= ~SDHCI_INT_DATA_END;
-
                if (intmask & SDHCI_INT_CMD_MASK)
                        sdhci_cmd_irq(host, intmask & SDHCI_INT_CMD_MASK, &intmask);