]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: Fix memory leak in realtime_counter_init()
authorChen Hui <judy.chenhui@huawei.com>
Tue, 8 Nov 2022 14:19:17 +0000 (22:19 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 Mar 2023 15:43:32 +0000 (16:43 +0100)
commitb403c21e4852f55ae0206f7d563a175b57b2d026
treed673ee6c076301b97627790c99809e3b32ea859d
parent8c10fd20905c60042c8d59d41ae8e095ba205746
ARM: OMAP2+: Fix memory leak in realtime_counter_init()

[ Upstream commit ed8167cbf65c2b6ff6faeb0f96ded4d6d581e1ac ]

The "sys_clk" resource is malloced by clk_get(),
it is not released when the function return.

Fixes: 15106d577ade ("ARM: OMAP: Add initialisation for the real-time counter.")
Signed-off-by: Chen Hui <judy.chenhui@huawei.com>
Message-Id: <20221108141917.46796-1-judy.chenhui@huawei.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/mach-omap2/timer.c