Skip to content
Commit a8aedd45 authored by Baokun Li's avatar Baokun Li Committed by Hans de Goede
Browse files

platform/surface: aggregator: Use list_move_tail instead of...


platform/surface: aggregator: Use list_move_tail instead of list_del/list_add_tail in ssh_request_layer.c

Using list_move_tail() instead of list_del() + list_add_tail() in ssh_request_layer.c.

Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarBaokun Li <libaokun1@huawei.com>
Reviewed-by: default avatarMaximilian Luz <luzmaximilian@gmail.com>
Link: https://lore.kernel.org/r/20210609072638.1358174-1-libaokun1@huawei.com


Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent f9e7f9a2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment