Skip to content

Commit

Permalink
clocksource/drivers/qcom: Remove clockevents shutdown call on offlining
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Frederic Weisbecker authored and Thomas Gleixner committed Oct 31, 2024
1 parent 30f8c70 commit cd165ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/clocksource/timer-qcom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit cd165ce

Please sign in to comment.