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

clocksource/drivers/arm_global_timer: 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-7-frederic@kernel.org

authored by

Frederic Weisbecker and committed by
Thomas Gleixner
15b810e0 78b5c2ca

-1
-1
drivers/clocksource/arm_global_timer.c
··· 195 195 { 196 196 struct clock_event_device *clk = this_cpu_ptr(gt_evt); 197 197 198 - gt_clockevent_shutdown(clk); 199 198 disable_percpu_irq(clk->irq); 200 199 return 0; 201 200 }