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/timer-tegra: 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-11-frederic@kernel.org

authored by

Frederic Weisbecker and committed by
Thomas Gleixner
bf9a001f cd165ce8

-1
-1
drivers/clocksource/timer-tegra.c
··· 158 158 { 159 159 struct timer_of *to = per_cpu_ptr(&tegra_to, cpu); 160 160 161 - to->clkevt.set_state_shutdown(&to->clkevt); 162 161 disable_irq_nosync(to->clkevt.irq); 163 162 164 163 return 0;