diff options
author | Uwe Kleine-König <[email protected]> | 2022-12-02 19:35:12 +0100 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2022-12-06 12:46:07 +0100 |
commit | fa1b9aa4492cc4f29178ef38ca0467c48714250e (patch) | |
tree | 199d06063719dd2a8bef6fb80579bc5a91378ac1 /drivers/usb/cdns3/cdns3-debug.h | |
parent | 4034e5944884dca1673e52cc392b07d0d35b6ff0 (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