aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/genpd.py
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2021-03-29 09:07:18 +0300
committerMika Westerberg <[email protected]>2021-03-30 13:37:32 +0300
commitbec4d7c93afc07dd0454ae41c559513f858cfb83 (patch)
treeb206c281fd199c20afd9c0e9ed2aa3ab5f0e7af7 /scripts/gdb/linux/genpd.py
parenta5e13c6df0e41702d2b2c77c8ad41677ebb065b3 (diff)
thunderbolt: Fix a leak in tb_retimer_add()
After the device_register() succeeds, then the correct way to clean up is to call device_unregister(). The unregister calls both device_del() and device_put(). Since this code was only device_del() it results in a memory leak. Fixes: dacb12877d92 ("thunderbolt: Add support for on-board retimers") Cc: [email protected] Signed-off-by: Dan Carpenter <[email protected]> Reviewed-by: Jason Gunthorpe <[email protected]> Signed-off-by: Mika Westerberg <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/genpd.py')
0 files changed, 0 insertions, 0 deletions