Loading drivers/dma/pl330.c +2 −1 Original line number Diff line number Diff line Loading @@ -2322,6 +2322,7 @@ 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) { if (pch->cyclic) dma_cookie_complete(&desc->txd); list_move_tail(&desc->node, &list); } Loading Loading
drivers/dma/pl330.c +2 −1 Original line number Diff line number Diff line Loading @@ -2322,6 +2322,7 @@ 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) { if (pch->cyclic) dma_cookie_complete(&desc->txd); list_move_tail(&desc->node, &list); } Loading