Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

clocksource/drivers/exynos_mct: Remove clockevents shutdown call on offlining

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

Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20241029125451.54574-8-frederic@kernel.org

authored by

Frederic Weisbecker and committed by
Thomas Gleixner
ba23b6c7 15b810e0

-1
-1
drivers/clocksource/exynos_mct.c
··· 496 496 per_cpu_ptr(&percpu_mct_tick, cpu); 497 497 struct clock_event_device *evt = &mevt->evt; 498 498 499 - evt->set_state_shutdown(evt); 500 499 if (mct_int_type == MCT_INT_SPI) { 501 500 if (evt->irq != -1) 502 501 disable_irq_nosync(evt->irq);