Lars-Peter Clausen 3052cc2c92 dmaengine: Add wrapper for device_tx_status callback
This patch adds a small inline wrapper for the devivce_tx_status callback of a
dma device. This makes the source code of users of this function a bit more
compact and a bit more legible.

E.g.:
-status = chan->device->device_tx_status(chan, cookie, &state)
+status = dmaengine_tx_status(chan, cookie, &state)

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
2012-06-20 16:23:16 +05:30
..
2012-05-11 17:03:12 -07:00
2012-05-31 17:49:26 -07:00
2012-05-20 20:25:59 +03:00
2012-05-22 02:58:55 +02:00
2012-05-29 16:22:19 -07:00
2012-06-01 16:57:51 -07:00