We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba24236 commit ef2cb4fCopy full SHA for ef2cb4f
drivers/dma/at_hdmac.c
@@ -539,10 +539,6 @@ static void atc_handle_error(struct at_dma_chan *atchan)
539
bad_desc = atc_first_active(atchan);
540
list_del_init(&bad_desc->desc_node);
541
542
- /* As we are stopped, take advantage to push queued descriptors
543
- * in active_list */
544
- list_splice_init(&atchan->queue, atchan->active_list.prev);
545
-
546
/* Try to restart the controller */
547
if (!list_empty(&atchan->active_list)) {
548
desc = atc_first_queued(atchan);
0 commit comments