|
@@ -926,16 +926,13 @@ static inline enum dma_status dma_async_is_tx_complete(struct dma_chan *chan,
|
|
|
return status;
|
|
|
}
|
|
|
|
|
|
-#define dma_async_memcpy_complete(chan, cookie, last, used)\
|
|
|
- dma_async_is_tx_complete(chan, cookie, last, used)
|
|
|
-
|
|
|
/**
|
|
|
* dma_async_is_complete - test a cookie against chan state
|
|
|
* @cookie: transaction identifier to test status of
|
|
|
* @last_complete: last know completed transaction
|
|
|
* @last_used: last cookie value handed out
|
|
|
*
|
|
|
- * dma_async_is_complete() is used in dma_async_memcpy_complete()
|
|
|
+ * dma_async_is_complete() is used in dma_async_is_tx_complete()
|
|
|
* the test logic is separated for lightweight testing of multiple cookies
|
|
|
*/
|
|
|
static inline enum dma_status dma_async_is_complete(dma_cookie_t cookie,
|