diff options
| author | Lars-Peter Clausen <[email protected]> | 2012-06-11 20:11:40 +0200 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2012-06-20 15:38:27 +0100 |
| commit | c32c44cb58d212513243744878423abd207bc8a8 (patch) | |
| tree | 6b742dca75be874ceadb1bd142d4b5fb688ecac5 /tools/perf/scripts/python/bin | |
| parent | f62ae7bda434ac5d2bcd6feb4f5bdb5885633177 (diff) | |
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 <[email protected]>
Acked-by Vinod Koul <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions