Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144884
b: refs/heads/master
c: ca50a51
h: refs/heads/master
v: v3
  • Loading branch information
Ben Nizette authored and Dan Williams committed May 5, 2009
1 parent 10c0397 commit 24ce30c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c56c81abe7e684bc6203632d807303eb765690dc
refs/heads/master: ca50a51e890b0a62b44b5642c1ba5049909e5a8b
4 changes: 2 additions & 2 deletions trunk/drivers/dma/ipu/ipu_idmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,7 @@ static irqreturn_t ic_sof_irq(int irq, void *dev_id)
struct idmac_channel *ichan = dev_id;
printk(KERN_DEBUG "Got SOF IRQ %d on Channel %d\n",
irq, ichan->dma_chan.chan_id);
disable_irq(irq);
disable_irq_nosync(irq);
return IRQ_HANDLED;
}

Expand All @@ -1556,7 +1556,7 @@ static irqreturn_t ic_eof_irq(int irq, void *dev_id)
struct idmac_channel *ichan = dev_id;
printk(KERN_DEBUG "Got EOF IRQ %d on Channel %d\n",
irq, ichan->dma_chan.chan_id);
disable_irq(irq);
disable_irq_nosync(irq);
return IRQ_HANDLED;
}

Expand Down

0 comments on commit 24ce30c

Please sign in to comment.