commit | b4f0fd4baa90ecce798e0d26d1cce8f4457f2028 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Mon Oct 17 15:17:51 2016 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 18 16:40:41 2016 -0400 |
tree | a0705b9cf636f1cc48f4da8b7307a8d8ee85acaa | |
parent | ecf244f753e09486707843f2b7b1874f33027038 [diff] |
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>