]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clocksource/drivers/cadence-ttc: Add missing clk_disable_unprepare in ttc_setup_clock...
authorGaosheng Cui <cuigaosheng1@huawei.com>
Sat, 3 Aug 2024 06:42:53 +0000 (14:42 +0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 6 Sep 2024 12:49:21 +0000 (14:49 +0200)
commit2e02da1d86c97dfaa8ee083d98df1d069b28a526
tree0f5c79657049e408a689c5e8e4afc9a8c974c349
parent6cc11b65e5e0a6f1487274d1ad91088f7ac01d18
clocksource/drivers/cadence-ttc: Add missing clk_disable_unprepare in ttc_setup_clockevent

Add the missing clk_disable_unprepare() before return in
ttc_setup_clockevent().

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Reviewed-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/20240803064253.331946-3-cuigaosheng1@huawei.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/timer-cadence-ttc.c