[PATCH] pinctrl: rockchip: Fix refcount leak in rockchip_pinctrl_parse_groups

Linus Walleij linus.walleij at linaro.org
Mon Jan 9 06:14:32 PST 2023


On Mon, Jan 2, 2023 at 12:28 PM Miaoqian Lin <linmq006 at gmail.com> wrote:

> 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: d3e5116119bd ("pinctrl: add pinctrl driver for Rockchip SoCs")
> Signed-off-by: Miaoqian Lin <linmq006 at gmail.com>

Patch applied!

Yours,
Linus Walleij



More information about the Linux-rockchip mailing list