]> 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>
Fri, 10 Mar 2023 08:32:32 +0000 (09:32 +0100)
commit7b682e718fba7b10fc63e66927e855687901e905
treebf1cbe34952cb6698fb8b4b496a0a918fab087f7
parent99fd190daae8986a0beda07bd8f2e9f50b3b78a8
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: ea8723292678 ("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