aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-debug.h
diff options
context:
space:
mode:
authorUwe Kleine-König <[email protected]>2022-12-02 19:35:12 +0100
committerThierry Reding <[email protected]>2022-12-06 12:46:07 +0100
commitfa1b9aa4492cc4f29178ef38ca0467c48714250e (patch)
tree199d06063719dd2a8bef6fb80579bc5a91378ac1 /drivers/usb/cdns3/cdns3-debug.h
parent4034e5944884dca1673e52cc392b07d0d35b6ff0 (diff)
pwm: Don't initialize list head before calling list_add()
list_add() just overwrites the members of the element to add (here: chip->list) without any checks, even in the DEBUG_LIST case. So save the effort to initialize the list. Reviewed-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions