Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87355
b: refs/heads/master
c: 9c98718
h: refs/heads/master
i:
  87353: a8f0a34
  87351: 480273c
v: v3
  • Loading branch information
Zhang Wei authored and Dan Williams committed Mar 13, 2008
1 parent fe857ef commit 3ba70a1
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2187c269ad29510f1d65ec684133d1d3426d0eed
refs/heads/master: 9c98718e7371fa781043d5a2e70cecebec048091
2 changes: 1 addition & 1 deletion trunk/drivers/dma/fsldma.c
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ static void fsl_chan_ld_cleanup(struct fsl_dma_chan *fsl_chan)

spin_lock_irqsave(&fsl_chan->desc_lock, flags);

fsl_dma_update_completed_cookie(fsl_chan);
dev_dbg(fsl_chan->dev, "chan completed_cookie = %d\n",
fsl_chan->completed_cookie);
list_for_each_entry_safe(desc, _desc, &fsl_chan->ld_queue, node) {
Expand Down Expand Up @@ -710,6 +709,7 @@ static irqreturn_t fsl_dma_chan_do_interrupt(int irq, void *data)
dev_dbg(fsl_chan->dev, "event: clndar %p, nlndar %p\n",
(void *)get_cdar(fsl_chan), (void *)get_ndar(fsl_chan));
stat &= ~FSL_DMA_SR_EOSI;
fsl_dma_update_completed_cookie(fsl_chan);
}

/* If it current transfer is the end-of-transfer,
Expand Down

0 comments on commit 3ba70a1

Please sign in to comment.