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:
dd775ae
)
dmaengine: imx-dma: dont complete descriptor for cyclic dma
author
Vinod Koul
<vinod.koul@linux.intel.com>
Fri, 20 Apr 2012 09:58:07 +0000
(15:28 +0530)
committer
Vinod Koul
<vinod.koul@linux.intel.com>
Fri, 20 Apr 2012 09:58:07 +0000
(15:28 +0530)
the cookie updates completed the cyclic dma descriptor wrongly. This caused the
BUG_ON to be hit as submit is called for completed descriptor
Fix this by not marking the cyclic descriptor as complete
Tested-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
No differences found