Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290439
b: refs/heads/master
c: b4ad042
h: refs/heads/master
i:
  290437: 8f4fb0c
  290435: 46b5d4c
  290431: 2027a58
v: v3
  • Loading branch information
Christian Riesch authored and David S. Miller committed Feb 24, 2012
1 parent 9915904 commit 0932904
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: d708f6039b21ca8f0508ba1da1aaf3d00a36446f
refs/heads/master: b4ad0428139491355ea8742294c77942c312c5bb
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/ti/davinci_cpdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ int cpdma_chan_stop(struct cpdma_chan *chan)
dma_reg_write(ctlr, chan->int_clear, chan->mask);

/* trigger teardown */
dma_reg_write(ctlr, chan->td, chan->chan_num);
dma_reg_write(ctlr, chan->td, chan_linear(chan));

/* wait for teardown complete */
timeout = jiffies + HZ/10; /* 100 msec */
Expand Down

0 comments on commit 0932904

Please sign in to comment.