Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336249
b: refs/heads/master
c: 6984f3c
h: refs/heads/master
i:
  336247: 60f4af1
v: v3
  • Loading branch information
Chris Ball committed Dec 6, 2012
1 parent ce81166 commit 27d6526
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fe007c02f9659f5c0ae6f3ceaf45076df92cc88e
refs/heads/master: 6984f3c31bb57cb7491dbec1be44b74bd00f4648
4 changes: 0 additions & 4 deletions trunk/drivers/mmc/host/sh_mmcif.c
Original file line number Diff line number Diff line change
Expand Up @@ -1231,10 +1231,6 @@ static irqreturn_t sh_mmcif_intr(int irq, void *dev_id)
host->sd_error = true;
dev_dbg(&host->pd->dev, "int err state = %08x\n", state);
}
if (host->state == STATE_IDLE) {
dev_info(&host->pd->dev, "Spurious IRQ status 0x%x", state);
return IRQ_HANDLED;
}
if (state & ~(INT_CMD12RBE | INT_CMD12CRE)) {
if (!host->dma_active)
return IRQ_WAKE_THREAD;
Expand Down

0 comments on commit 27d6526

Please sign in to comment.