Merge branch 'fixes' into next
This commit is contained in:
commit
0d68ad197b
|
@ -2322,7 +2322,8 @@ static void pl330_tasklet(unsigned long data)
|
|||
/* Pick up ripe tomatoes */
|
||||
list_for_each_entry_safe(desc, _dt, &pch->work_list, node)
|
||||
if (desc->status == DONE) {
|
||||
dma_cookie_complete(&desc->txd);
|
||||
if (pch->cyclic)
|
||||
dma_cookie_complete(&desc->txd);
|
||||
list_move_tail(&desc->node, &list);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue