]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
MIPS: Alchemy: Fix memleak in alchemy_clk_setup_cpu
authorZhang Qilong <zhangqilong3@huawei.com>
Fri, 13 Nov 2020 13:18:56 +0000 (21:18 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Nov 2020 12:27:22 +0000 (13:27 +0100)
commit62c285777cf7473f9b91fc31e6d13efca6fa3075
tree42537eaa24e397165588321c7d7f98ad976d8dea
parente6f49ea48162b0c2fefcd499b7af1e102750e8e4
MIPS: Alchemy: Fix memleak in alchemy_clk_setup_cpu

[ Upstream commit ac3b57adf87ad9bac7e33ca26bbbb13fae1ed62b ]

If the clk_register fails, we should free h before
function returns to prevent memleak.

Fixes: 474402291a0ad ("MIPS: Alchemy: clock framework integration of onchip clocks")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zhang Qilong <zhangqilong3@huawei.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/mips/alchemy/common/clock.c