dma: imx-sdma: start transfer in issue_pending
authorSascha Hauer <s.hauer@pengutronix.de>
Mon, 9 Jan 2012 09:32:50 +0000 (10:32 +0100)
committerVinod Koul <vinod.koul@linux.intel.com>
Mon, 30 Jan 2012 09:20:55 +0000 (14:50 +0530)
commit2b4f130e05cb28a9794921aad5139615e94a7b02
tree0ebfcff3491cf5fc389692ef6179024a947c6657
parent5b3168763f507fd46285b7310fc2d18dafe7f1c7
dma: imx-sdma: start transfer in issue_pending

The DMA engine API requires that transfers are started in issue_pending
instead of tx_submit. Fix this.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
[corrected change log to DMA engine API insteadof DMA API]
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
drivers/dma/imx-sdma.c