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

From: Linus Walleij
Date: Wed Jun 15 2022 - 10:04:40 EST


On Tue, Jun 7, 2022 at 1:16 PM Miaoqian Lin <linmq006@xxxxxxxxx> 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@xxxxxxxxx>

Patch applied!

Yours,
Linus Walleij