Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297493
b: refs/heads/master
c: 7f99a42
h: refs/heads/master
i:
  297491: 54c9d0b
v: v3
  • Loading branch information
Adrian Hunter authored and Vinod Koul committed Feb 22, 2012
1 parent a0d0bd8 commit 5d813ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: b63fd6ce71226e5e048e2035ba202b53f89a1825
refs/heads/master: 7f99a4216d68f6d75d5d544aa265d72f193bad7f
3 changes: 2 additions & 1 deletion trunk/drivers/dma/intel_mid_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,8 @@ static irqreturn_t intel_mid_dma_interrupt(int irq, void *data)
}
err_status &= mid->intr_mask;
if (err_status) {
iowrite32(MASK_INTR_REG(err_status), mid->dma_base + MASK_ERR);
iowrite32((err_status << INT_MASK_WE),
mid->dma_base + MASK_ERR);
call_tasklet = 1;
}
if (call_tasklet)
Expand Down

0 comments on commit 5d813ba

Please sign in to comment.