diff options
author | Miaoqian Lin <linmq006@gmail.com> | 2022-06-01 06:25:14 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-08-30 16:17:56 +0200 |
commit | 1c78f19c3a0ea312a8178a6bfd8934eb93e9b10a (patch) | |
tree | 88e4e5bd251077069bb2981e783567260981b4d0 /scripts/generate_rust_target.rs | |
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 <linmq006@gmail.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'scripts/generate_rust_target.rs')
0 files changed, 0 insertions, 0 deletions