diff options
author | Qiang Ning <qning0106@126.com> | 2023-03-30 05:43:53 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-04-26 13:40:34 +0300 |
commit | 96da8f148396329ba769246cb8ceaa35f1ddfc48 (patch) | |
tree | 2103008248c2b983ca6867f7ebab83dc3039688b /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 2405fbfb384ef39e9560d76d3f6e4c90519f90aa (diff) | |
download | linux-96da8f148396329ba769246cb8ceaa35f1ddfc48.tar.xz |
mfd: dln2: Fix memory leak in dln2_probe()
When dln2_setup_rx_urbs() in dln2_probe() fails, error out_free forgets
to call usb_put_dev() to decrease the refcount of dln2->usb_dev.
Fix this by adding usb_put_dev() in the error handling code of
dln2_probe().
Signed-off-by: Qiang Ning <qning0106@126.com>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230330024353.4503-1-qning0106@126.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions