From 07a368d2c43a416ce2ea1b639296a4bb34be0c76 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sat, 1 Mar 2008 07:51:29 -0700 Subject: [PATCH] --- yaml --- r: 86757 b: refs/heads/master c: ec8670f1f795badedaa056a3a3245b9b82201747 h: refs/heads/master i: 86755: f3426995b4b7480fb58b79f2e133aa292b60d0dd v: v3 --- [refs] | 2 +- trunk/include/linux/dmaengine.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c45e8e03f1cf..627ca2ad7b42 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 222ccf9ab838a1ca7163969fabd2cddc10403fb5 +refs/heads/master: ec8670f1f795badedaa056a3a3245b9b82201747 diff --git a/trunk/include/linux/dmaengine.h b/trunk/include/linux/dmaengine.h index acbb364674ff..261e43a4c873 100644 --- a/trunk/include/linux/dmaengine.h +++ b/trunk/include/linux/dmaengine.h @@ -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)