On Sat, 2 Apr 2022 01:34:19 +, cgel@gmail.com wrote:
> From: Lv Ruyi
>
> The of_find_compatible_node() function returns a node pointer with
> refcount incremented, use of_node_put() on it when done.
>
>
Applied to powerpc/next.
[1/1] powerpc/sysdev: fix refcount leak in icp_opal_init(
From: Lv Ruyi
The of_find_compatible_node() function returns a node pointer with
refcount incremented, use of_node_put() on it when done.
Reported-by: Zeal Robot
Signed-off-by: Lv Ruyi
---
arch/powerpc/sysdev/xics/icp-opal.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/powerpc/sys