diff options
| author | Lars-Peter Clausen <lars@metafoo.de> | 2012-06-11 22:11:40 +0400 |
|---|---|---|
| committer | Vinod Koul <vinod.koul@linux.intel.com> | 2012-06-20 14:53:16 +0400 |
| commit | 3052cc2c92f11875d111d5b7b9b3ad535b3128b9 (patch) | |
| tree | 501f397160adb99d38907c69cd30e0da74f034a9 /tools/perf/scripts/python/netdev-times.py | |
| parent | 0a0760358cbe922ba7440389ddae649bc56221ef (diff) | |
| download | linux-3052cc2c92f11875d111d5b7b9b3ad535b3128b9.tar.xz | |
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>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
