Merge branch 'fixes' into next
This commit is contained in:
commit
0d68ad197b
1 changed files with 2 additions and 1 deletions
|
@ -2322,7 +2322,8 @@ static void pl330_tasklet(unsigned long data)
|
||||||
/* Pick up ripe tomatoes */
|
/* Pick up ripe tomatoes */
|
||||||
list_for_each_entry_safe(desc, _dt, &pch->work_list, node)
|
list_for_each_entry_safe(desc, _dt, &pch->work_list, node)
|
||||||
if (desc->status == DONE) {
|
if (desc->status == DONE) {
|
||||||
dma_cookie_complete(&desc->txd);
|
if (pch->cyclic)
|
||||||
|
dma_cookie_complete(&desc->txd);
|
||||||
list_move_tail(&desc->node, &list);
|
list_move_tail(&desc->node, &list);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue