Thomas Petazzoni c35064c4b6 dma: mv_xor: simplify dma_sync_single_for_cpu() calls
In mv_xor_memcpy_self_test() and mv_xor_xor_self_test(), all DMA
functions are called by passing dma_chan->device->dev as the 'device
*', except the calls to dma_sync_single_for_cpu() which uselessly goes
through mv_chan->device->pdev->dev.

Simplify this by using dma_chan->device->dev direclty in
dma_sync_single_for_cpu() calls.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-11-20 15:58:58 +01:00
..
2012-09-01 08:57:12 -07:00
2012-10-09 07:07:14 +09:00
2012-10-09 07:07:14 +09:00
2012-09-01 08:57:12 -07:00
2012-10-09 07:07:14 +09:00
2012-09-01 08:57:12 -07:00
2012-04-10 15:30:16 -07:00
2012-09-14 08:14:07 +05:30
2012-09-14 08:14:07 +05:30
2012-10-09 07:07:14 +09:00
2011-01-30 22:27:21 -08:00
2012-09-01 08:57:12 -07:00