commit | 47018083602326462f2a254d1935a8fd3b758c6b | [log] [tgz] |
---|---|---|
author | Zou Wei <zou_wei@huawei.com> | Tue Jun 08 08:51:33 2021 +0800 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Tue Jun 15 22:25:56 2021 -0400 |
tree | ac3edc8902cc1fdc615f7107bf7f5168249d394c | |
parent | 52e1b3b3daa9d53f0204bf474ee1d4b1beb38234 [diff] |
scsi: lpfc: Use list_move_tail() instead of list_del()/list_add_tail() Using list_move_tail() instead of list_del() + list_add_tail(). Link: https://lore.kernel.org/r/1623113493-49384-1-git-send-email-zou_wei@huawei.com Reported-by: Hulk Robot <hulkci@huawei.com> Reviewed-by: James Smart <jsmart2021@gmail.com> Signed-off-by: Zou Wei <zou_wei@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>