Skip to content

Commit 6984f3c

Browse files
committed
Revert misapplied "mmc: sh-mmcif: avoid oops on spurious interrupts"
This reverts commit 8464dd5, which was a misapplied debugging version of the patch, not the final patch itself. Signed-off-by: Chris Ball <cjb@laptop.org> Cc: stable@vger.kernel.org
1 parent fe007c0 commit 6984f3c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/mmc/host/sh_mmcif.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,10 +1231,6 @@ static irqreturn_t sh_mmcif_intr(int irq, void *dev_id)
12311231
host->sd_error = true;
12321232
dev_dbg(&host->pd->dev, "int err state = %08x\n", state);
12331233
}
1234-
if (host->state == STATE_IDLE) {
1235-
dev_info(&host->pd->dev, "Spurious IRQ status 0x%x", state);
1236-
return IRQ_HANDLED;
1237-
}
12381234
if (state & ~(INT_CMD12RBE | INT_CMD12CRE)) {
12391235
if (!host->dma_active)
12401236
return IRQ_WAKE_THREAD;

0 commit comments

Comments
 (0)