Skip to content
Commit c818ae56 authored by Miaoqian Lin's avatar Miaoqian Lin Committed by Linus Walleij
Browse files

pinctrl: rockchip: Fix refcount leak in rockchip_pinctrl_parse_groups



of_find_node_by_phandle() returns a node pointer with refcount incremented,
We should use of_node_put() on it when not needed anymore.
Add missing of_node_put() to avoid refcount leak.

Fixes: d3e51161 ("pinctrl: add pinctrl driver for Rockchip SoCs")
Signed-off-by: default avatarMiaoqian Lin <linmq006@gmail.com>
Link: https://lore.kernel.org/r/20230102112845.3982407-1-linmq006@gmail.com


Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent dcef18c8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment