mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
clocksource/drivers/qcom: 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-10-frederic@kernel.org
This commit is contained in:
parent
30f8c70a85
commit
cd165ce831
1 changed files with 0 additions and 1 deletions
|
|
@ -130,7 +130,6 @@ static int msm_local_timer_dying_cpu(unsigned int cpu)
|
|||
{
|
||||
struct clock_event_device *evt = per_cpu_ptr(msm_evt, cpu);
|
||||
|
||||
evt->set_state_shutdown(evt);
|
||||
disable_percpu_irq(evt->irq);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue