tag | 60be93567fe3407bc1abe2bd444ae71eada097fc | |
---|---|---|
tagger | Peter Chen <peter.chen@kernel.org> | Sat Jun 19 17:01:36 2021 +0800 |
object | 33e99b65a13495247b4e35ec97ab82696c0fc6e0 |
Some tiny improvements for cdns USB3 drivers, no important things.
commit | 33e99b65a13495247b4e35ec97ab82696c0fc6e0 | [log] [tgz] |
---|---|---|
author | Baokun Li <libaokun1@huawei.com> | Wed Jun 09 15:27:20 2021 +0800 |
committer | Peter Chen <peter.chen@kernel.org> | Thu Jun 10 22:16:50 2021 +0800 |
tree | 6c89e2f3a558fe2644153775555d27a2a6aecbb5 | |
parent | 3496993d06ffc77dff596bfbed966621e999b2e1 [diff] |
usb: cdns3: cdns3-gadget: Use list_move_tail instead of list_del/list_add_tail Using list_move_tail() instead of list_del() + list_add_tail(). Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Baokun Li <libaokun1@huawei.com> Link: https://lore.kernel.org/r/20210609072720.1358527-1-libaokun1@huawei.com Signed-off-by: Peter Chen <peter.chen@kernel.org>