Commit 15bd46a8 authored by Qiheng Lin's avatar Qiheng Lin Committed by sanglipeng
Browse files

ARM: zynq: Fix refcount leak in zynq_early_slcr_init

stable inclusion
from stable-v5.10.173
commit 227f8c1c5c4b3d131b66e57e58d38054f441b915
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I8BFR3

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=227f8c1c5c4b3d131b66e57e58d38054f441b915



--------------------------------

[ Upstream commit 9eedb910 ]

of_find_compatible_node() returns a node pointer with refcount incremented,
we should use of_node_put() on error path.
Add missing of_node_put() to avoid refcount leak.

Fixes: 3329659d ("ARM: zynq: Simplify SLCR initialization")
Signed-off-by: default avatarQiheng Lin <linqiheng@huawei.com>
Link: https://lore.kernel.org/r/20221129140544.41293-1-linqiheng@huawei.com


Signed-off-by: default avatarMichal Simek <michal.simek@amd.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarsanglipeng <sanglipeng1@jd.com>
parent 34608767
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment