]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clocksource/drivers/timer-ti-dm: Fix missing clk_disable_unprepare in dmtimer_systime...
authorYang Yingliang <yangyingliang@huawei.com>
Sat, 29 Oct 2022 11:44:27 +0000 (19:44 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 Dec 2022 12:31:59 +0000 (13:31 +0100)
commit404b4b9770d88a1a81147ecee354da412c7267cd
treec97a042a59c4a35afcc7c409fd63eade0bb1686b
parent6b0a5f9e153ef06f47ae74ecb69beaf575f5f08c
clocksource/drivers/timer-ti-dm: Fix missing clk_disable_unprepare in dmtimer_systimer_init_clock()

[ Upstream commit 180d35a7c05d520314a590c99ad8643d0213f28b ]

If clk_get_rate() fails which is called after clk_prepare_enable(),
clk_disable_unprepare() need be called in error path to disable the
clock in dmtimer_systimer_init_clock().

Fixes: 52762fbd1c47 ("clocksource/drivers/timer-ti-dm: Add clockevent and clocksource support")
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Reviewed-by: Tony Lindgren <tony@atomide.com>
Link: https://lore.kernel.org/r/20221029114427.946520-1-yangyingliang@huawei.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clocksource/timer-ti-dm-systimer.c