linux-stable/drivers/clk/hisilicon
Christophe JAILLET 95d1f1228c clk: hisilicon: hi3559a: Fix an erroneous devm_kfree()
[ Upstream commit 64c6a38136 ]

'p_clk' is an array allocated just before the for loop for all clk that
need to be registered.
It is incremented at each loop iteration.

If a clk_register() call fails, 'p_clk' may point to something different
from what should be freed.

The best we can do, is to avoid this wrong release of memory.

Fixes: 6c81966107 ("clk: hisilicon: Add clock driver for hi3559A SoC")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/773fc8425c3b8f5b0ca7c1d89f15b65831a85ca9.1705850155.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-03-26 18:19:50 -04:00
..
clk-hi3519.c clk: hisilicon: hi3519: Release the correct number of gates in hi3519_clk_unregister() 2024-03-26 18:19:50 -04:00
clk-hi3559a.c clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() 2024-03-26 18:19:50 -04:00
clk-hi3620.c clk: hi3620: Fix memory leak in hi3620_mmc_clk_init() 2024-02-05 20:14:29 +00:00
clk-hi3660-stub.c
clk-hi3660.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk-hi3670.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk-hi6220-stub.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk-hi6220.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk-hip04.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk-hisi-phase.c
clk-hix5hd2.c
clk.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk.h
clkdivider-hi6220.c
clkgate-separated.c
crg-hi3516cv300.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
crg-hi3798cv200.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
crg.h
Kconfig clk: hisilicon: hi3559a: select RESET_HISI 2021-07-26 17:23:40 -07:00
Makefile
reset.c
reset.h