WSL2-Linux-Kernel/drivers/clk/hisilicon
Christophe JAILLET 3f8445f1c7 clk: hisilicon: hi3559a: Fix an erroneous devm_kfree()
[ Upstream commit 64c6a38136b74a2f18c42199830975edd9fbc379 ]

'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:21:29 -04:00
..
Kconfig clk: hisilicon: hi3559a: select RESET_HISI 2021-07-26 17:23:40 -07:00
Makefile
clk-hi3519.c clk: hisilicon: hi3519: Release the correct number of gates in hi3519_clk_unregister() 2024-03-26 18:21:29 -04:00
clk-hi3559a.c clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() 2024-03-26 18:21:29 -04:00
clk-hi3620.c clk: hi3620: Fix memory leak in hi3620_mmc_clk_init() 2024-02-23 08:54:48 +01:00
clk-hi3660-stub.c
clk-hi3660.c
clk-hi3670.c
clk-hi6220-stub.c
clk-hi6220.c
clk-hip04.c
clk-hisi-phase.c
clk-hix5hd2.c
clk.c
clk.h
clkdivider-hi6220.c
clkgate-separated.c
crg-hi3516cv300.c
crg-hi3798cv200.c
crg.h
reset.c
reset.h