diff options
author | Miaoqian Lin <[email protected]> | 2022-06-01 06:25:14 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2022-08-30 16:17:56 +0200 |
commit | 1c78f19c3a0ea312a8178a6bfd8934eb93e9b10a (patch) | |
tree | 88e4e5bd251077069bb2981e783567260981b4d0 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | d6a1feba5dcabb6cae9e005714baa80bb37819b1 (diff) |
media: xilinx: vipp: Fix refcount leak in xvip_graph_dma_init
of_get_child_by_name() 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: df3305156f98 ("[media] v4l: xilinx: Add Xilinx Video IP core")
Signed-off-by: Miaoqian Lin <[email protected]>
Signed-off-by: Laurent Pinchart <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions