Re: [PATCH] powerpc/spufs: Fix refcount leak in spufs_init_isolated_loader
From: Arnd Bergmann <arnd@arndb.de>
Date: 2022-06-03 12:29:31
Also in:
lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2022-06-03 12:29:31
Also in:
lkml
On Fri, Jun 3, 2022 at 2:15 PM Miaoqian Lin [off-list ref] wrote:
of_find_node_by_path() returns remote device nodepointer with
refcount incremented, we should use of_node_put() on it when done.
Add missing of_node_put() to avoid refcount leak.
Fixes: 0afacde3df4c ("[POWERPC] spufs: allow isolated mode apps by starting the SPE loader")
Signed-off-by: Miaoqian Lin <redacted>Acked-by: Arnd Bergmann <arnd@arndb.de>