Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322507
b: refs/heads/master
c: 9b2026a
h: refs/heads/master
i:
  322505: 20ef07c
  322503: a497618
v: v3
  • Loading branch information
Seungwon Jeon authored and Chris Ball committed Sep 4, 2012
1 parent 27060b9 commit a95d467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 182c90815993452f1902837cc342ac2c05ef13f5
refs/heads/master: 9b2026a12511439d906a5d8d302ae285ebe7378a
4 changes: 1 addition & 3 deletions trunk/drivers/mmc/host/dw_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1580,9 +1580,7 @@ static irqreturn_t dw_mci_interrupt(int irq, void *dev_id)
host->data_status = pending;
smp_wmb();
set_bit(EVENT_DATA_ERROR, &host->pending_events);
if (!(pending & (SDMMC_INT_DTO | SDMMC_INT_DCRC |
SDMMC_INT_SBE | SDMMC_INT_EBE)))
tasklet_schedule(&host->tasklet);
tasklet_schedule(&host->tasklet);
}

if (pending & SDMMC_INT_DATA_OVER) {
Expand Down

0 comments on commit a95d467

Please sign in to comment.