commit | 4f1cb01a7892582d18483986fbc268cdef1b1dee | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyj.lk@gmail.com> | Thu Jul 28 16:16:48 2016 +0000 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Aug 22 14:35:38 2016 -0500 |
tree | 92da175fff4c39c11d7b5073301f3884458558ad | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc [diff] |
PCI: hv: Use list_move_tail() instead of list_del() + list_add_tail() Use list_move_tail() instead of list_del() + list_add_tail(). No functional change intended Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>