original_kernel/include
Lars-Peter Clausen c32c44cb58 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>
Acked-by Vinod Koul <vinod.koul@linux.intel.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-06-20 15:38:27 +01:00
..
acpi
asm-generic
crypto
drm Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux-samsung into drm-fixes 2012-06-08 09:42:51 +01:00
keys
linux dmaengine: Add wrapper for device_tx_status callback 2012-06-20 15:38:27 +01:00
math-emu
media
memory
misc
mtd
net
pcmcia
rdma
rxrpc
scsi
sound
target
trace
video
xen
Kbuild