git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87c9c45
)
dmaengine: jz4740: Fix non-cyclic descriptor completion
author
Lars-Peter Clausen
<lars@metafoo.de>
Sun, 7 Sep 2014 13:54:39 +0000
(15:54 +0200)
committer
Vinod Koul
<vinod.koul@intel.com>
Thu, 11 Sep 2014 05:24:25 +0000
(10:54 +0530)
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>
No differences found