]> www.infradead.org Git - users/jedix/linux-maple.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)
committerChuck Anderson <chuck.anderson@oracle.com>
Mon, 6 Mar 2017 05:00:01 +0000 (21:00 -0800)
commit568e3ba3f60769d80dddd5c05bddda5153e6eac0
tree36c5206515a61e2557bea51a311df6ea107eb2f1
parent7995ff8d545c3c59750967b88b6fce9a9df8bbb1
qed: Use list_move_tail instead of list_del/list_add_tail

Orabug: 25477939

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>
(cherry picked from commit b4f0fd4baa90ecce798e0d26d1cce8f4457f2028)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/qlogic/qed/qed_ll2.c