]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: hv: Use list_move_tail() instead of list_del() + list_add_tail()
authorWei Yongjun <weiyj.lk@gmail.com>
Thu, 28 Jul 2016 16:16:48 +0000 (16:16 +0000)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 22 Aug 2016 19:35:38 +0000 (14:35 -0500)
commit4f1cb01a7892582d18483986fbc268cdef1b1dee
tree92da175fff4c39c11d7b5073301f3884458558ad
parent29b4817d4018df78086157ea3a55c1d9424a7cfc
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>
drivers/pci/host/pci-hyperv.c