commit | f498e064e0b97df910163533e78e2704ba0a9570 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Sun Sep 07 15:54:39 2014 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Thu Sep 11 10:54:25 2014 +0530 |
tree | 811c64f4245be8263f71bf3aeebf358c0a6b04eb | |
parent | 87c9c451101f84ca4ed2cd11b0e32b5b0b66cb8b [diff] |
dmaengine: jz4740: Fix non-cyclic descriptor completion We need to make sure to deqeueue the descriptor from the active list before we call vchan_cookie_complete(). Also we need obviously only set chan->desc to NULL after we stopped using it. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Vinod Koul <vinod.koul@intel.com>