commit | 631e871edc768210d5d5716f5787e4f363c65352 | [log] [tgz] |
---|---|---|
author | zhong jiang <zhongjiang@huawei.com> | Wed Sep 26 16:53:00 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 26 10:11:36 2018 -0700 |
tree | 8f5239a55486050142e8350e2748119b9397dac7 | |
parent | 30b0594a3e6c2bcbe5bd59753d0319d6f9925e40 [diff] |
net: qed: list usage cleanup Trival cleanup, list_move_tail will implement the same function that list_del() + list_add_tail() will do. hence just replace them. Signed-off-by: zhong jiang <zhongjiang@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>