commit | 1e9cebb42de57f1243261939c77ab5b0f9bcf311 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@freescale.com> | Thu Jan 20 05:50:38 2011 +0800 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Mon Jan 31 12:42:12 2011 +0100 |
tree | aaeee8f1f5d9e61e0adc7adb9273558761b3892f | |
parent | 8a9659114c7be6f88253618252881ea6fe0588b4 [diff] |
dmaengine: imx-sdma: correct sdmac->status in sdma_handle_channel_loop() sdma_handle_channel_loop() is the handler of cyclic tx. One period success does not really mean the success of the tx. Instead of DMA_SUCCESS, DMA_IN_PROGRESS should be the one to tell. Signed-off-by: Shawn Guo <shawn.guo@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>