diff options
| author | Miaoqian Lin <[email protected]> | 2022-06-03 18:12:30 +0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2022-06-10 11:22:07 +0200 |
| commit | 302970b4cad3ebfda2c05ce06c322ccdc447d17e (patch) | |
| tree | 4ac0ee312c10185b8fe7257f2bbd98f7e90b6b52 /tools/perf/scripts/python | |
| parent | b5c5b13cb45e2c88181308186b0001992cb41954 (diff) | |
usb: ohci-nxp: Fix refcount leak in ohci_hcd_nxp_probe
of_parse_phandle() returns a node pointer with refcount
incremented, we should use of_node_put() on it when not need anymore.
Add missing of_node_put() to avoid refcount leak.
Fixes: 73108aa90cbf ("USB: ohci-nxp: Use isp1301 driver")
Acked-by: Alan Stern <[email protected]>
Signed-off-by: Miaoqian Lin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions