linux-stable/arch/arm/mach-zynq
Qiheng Lin 351b7e93d0 ARM: zynq: Fix refcount leak in zynq_early_slcr_init
[ Upstream commit 9eedb910a3 ]

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: 3329659df0 ("ARM: zynq: Simplify SLCR initialization")
Signed-off-by: Qiheng Lin <linqiheng@huawei.com>
Link: https://lore.kernel.org/r/20221129140544.41293-1-linqiheng@huawei.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-03-11 16:31:31 +01:00
..
Kconfig
Makefile
common.c cpufreq: zynq: Fix refcount leak in zynq_get_revision 2022-08-25 11:15:01 +02:00
common.h
headsmp.S
platsmp.c
pm.c
slcr.c ARM: zynq: Fix refcount leak in zynq_early_slcr_init 2023-03-11 16:31:31 +01:00