Merge branch 'fixes' into next
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user