aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fpga/fpga-mgr.h
diff options
context:
space:
mode:
authorMiaoqian Lin <[email protected]>2022-05-25 15:54:11 +0400
committerLinus Walleij <[email protected]>2022-06-27 09:58:41 +0200
commit3a149169e4a2f9127022fec6ef5d71b4e804b3b9 (patch)
tree1bb107f9835d20020828fb6194ad40b6dc369921 /include/linux/fpga/fpga-mgr.h
parente5d6eeead88e40282cb6dff38f8effd6341561b1 (diff)
drm/mcde: Fix refcount leak in mcde_dsi_bind
Every iteration of for_each_available_child_of_node() decrements the reference counter of the previous node. There is no decrement when break out from the loop and results in refcount leak. Add missing of_node_put() to fix this. Fixes: 5fc537bfd000 ("drm/mcde: Add new driver for ST-Ericsson MCDE") Signed-off-by: Miaoqian Lin <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
0 files changed, 0 insertions, 0 deletions