]> git.baikalelectronics.ru Git - kernel.git/commit
qed: Use list_move_tail instead of list_del/list_add_tail
authorWei Yongjun <weiyongjun1@huawei.com>
Mon, 17 Oct 2016 15:17:51 +0000 (15:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Oct 2016 20:40:41 +0000 (16:40 -0400)
commita35e09deec35658eec20d4326dee9cc64c37f1b1
treea0705b9cf636f1cc48f4da8b7307a8d8ee85acaa
parentb90c282d13a0248d9b1598de41730d3457663c0c
qed: Use list_move_tail instead of list_del/list_add_tail

Using list_move_tail() instead of list_del() + list_add_tail().

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Acked-by: Yuval Mintz <Yuval.Mintz@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qed/qed_ll2.c