Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168414
b: refs/heads/master
c: 336b1a3
h: refs/heads/master
v: v3
  • Loading branch information
Jassi Brar authored and Ben Dooks committed Nov 9, 2009
1 parent 98ab463 commit fdcc31e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9b08284bf22f438baa2d6b68015ff17ddb431a61
refs/heads/master: 336b1a3181d81db85c0af3d0c18fe0a04b4d5126
6 changes: 6 additions & 0 deletions trunk/arch/arm/plat-s3c64xx/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,12 @@ static irqreturn_t s3c64xx_dma_irq(int irq, void *pw)

s3c64xx_dma_bufffdone(chan, buff, res);

/* Free the node and update curr, if non-circular queue */
if (!(chan->flags & S3C2410_DMAF_CIRCULAR)) {
chan->curr = buff->next;
s3c64xx_dma_freebuff(buff);
}

/* Update 'next' */
buff = chan->next;
if (chan->next == chan->end) {
Expand Down

0 comments on commit fdcc31e

Please sign in to comment.