Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86757
b: refs/heads/master
c: ec8670f
h: refs/heads/master
i:
  86755: f342699
v: v3
  • Loading branch information
Dan Williams committed Mar 4, 2008
1 parent b5ce7a9 commit 07a368d
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: 222ccf9ab838a1ca7163969fabd2cddc10403fb5
refs/heads/master: ec8670f1f795badedaa056a3a3245b9b82201747
2 changes: 1 addition & 1 deletion trunk/include/linux/dmaengine.h
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ __dma_has_cap(enum dma_transaction_type tx_type, dma_cap_mask_t *srcp)
*/
static inline void dma_async_issue_pending(struct dma_chan *chan)
{
return chan->device->device_issue_pending(chan);
chan->device->device_issue_pending(chan);
}

#define dma_async_memcpy_issue_pending(chan) dma_async_issue_pending(chan)
Expand Down

0 comments on commit 07a368d

Please sign in to comment.