Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144886
b: refs/heads/master
c: ad567ff
h: refs/heads/master
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Dan Williams committed May 12, 2009
1 parent 2130971 commit dba9ef5
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: 4f005dbe5584fe54c9f6d6d4f0acd3fb29be84da
refs/heads/master: ad567ffb32f067b30606071eb568cf637fe42185
3 changes: 2 additions & 1 deletion trunk/drivers/dma/ipu/ipu_idmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,8 @@ static irqreturn_t idmac_interrupt(int irq, void *dev_id)
/* Other interrupts do not interfere with this channel */
spin_lock(&ichan->lock);
if (unlikely(chan_id != IDMAC_SDC_0 && chan_id != IDMAC_SDC_1 &&
((curbuf >> chan_id) & 1) == ichan->active_buffer)) {
((curbuf >> chan_id) & 1) == ichan->active_buffer &&
!list_is_last(ichan->queue.next, &ichan->queue))) {
int i = 100;

/* This doesn't help. See comment in ipu_disable_channel() */
Expand Down

0 comments on commit dba9ef5

Please sign in to comment.