dmaengine: sun4i: Use list_move_tail instead of list_del/list_add_tail
authorZou Wei <zou_wei@huawei.com>
Mon, 7 Jun 2021 03:20:35 +0000 (11:20 +0800)
committerVinod Koul <vkoul@kernel.org>
Mon, 7 Jun 2021 11:36:38 +0000 (17:06 +0530)
Using list_move_tail() instead of list_del() + list_add_tail().

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zou Wei <zou_wei@huawei.com>
Acked-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/1623036035-30614-1-git-send-email-zou_wei@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/sun4i-dma.c

index e8b6633..93f1645 100644 (file)
@@ -1042,9 +1042,8 @@ handle_pending:
                         * Move the promise into the completed list now that
                         * we're done with it
                         */
-                       list_del(&vchan->processing->list);
-                       list_add_tail(&vchan->processing->list,
-                                     &contract->completed_demands);
+                       list_move_tail(&vchan->processing->list,
+                                      &contract->completed_demands);
 
                        /*
                         * Cyclic DMA transfers are special: