[PATCH 07/10] drivers/clocksource/exynos_mct: Remove clockevents shutdown call on offlining

Frederic Weisbecker frederic at kernel.org
Thu Oct 17 09:50:38 PDT 2024


The clockevents core already detached and unregistered it at this stage.

Signed-off-by: Frederic Weisbecker <frederic at kernel.org>
---
 drivers/clocksource/exynos_mct.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/clocksource/exynos_mct.c b/drivers/clocksource/exynos_mct.c
index ef8cb1b71be4..e6a02e351d77 100644
--- a/drivers/clocksource/exynos_mct.c
+++ b/drivers/clocksource/exynos_mct.c
@@ -496,7 +496,6 @@ static int exynos4_mct_dying_cpu(unsigned int cpu)
 		per_cpu_ptr(&percpu_mct_tick, cpu);
 	struct clock_event_device *evt = &mevt->evt;
 
-	evt->set_state_shutdown(evt);
 	if (mct_int_type == MCT_INT_SPI) {
 		if (evt->irq != -1)
 			disable_irq_nosync(evt->irq);
-- 
2.46.0




More information about the linux-arm-kernel mailing list