aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMiaoqian Lin <[email protected]>2022-06-03 18:12:30 +0400
committerGreg Kroah-Hartman <[email protected]>2022-06-10 11:22:07 +0200
commit302970b4cad3ebfda2c05ce06c322ccdc447d17e (patch)
tree4ac0ee312c10185b8fe7257f2bbd98f7e90b6b52 /tools/perf/scripts/python
parentb5c5b13cb45e2c88181308186b0001992cb41954 (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