[PATCH] pinctrl: nomadik: Fix refcount leak in nmk_pinctrl_dt_subnode_to_map

Linus Walleij linus.walleij at linaro.org
Wed Jun 15 07:04:24 PDT 2022


On Tue, Jun 7, 2022 at 1:16 PM Miaoqian Lin <linmq006 at gmail.com> wrote:

> of_parse_phandle() 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: c2f6d059abfc ("pinctrl: nomadik: refactor DT parser to take two paths")
> Signed-off-by: Miaoqian Lin <linmq006 at gmail.com>

Patch applied!

Yours,
Linus Walleij



More information about the linux-arm-kernel mailing list