Re: [PATCH v10 01/20] timers: Restructure get_next_timer_interrupt()

From: Frederic Weisbecker
Date: Wed Jan 17 2024 - 10:01:59 EST


Le Mon, Jan 15, 2024 at 03:37:24PM +0100, Anna-Maria Behnsen a écrit :
> get_next_timer_interrupt() contains two parts for the next timer interrupt
> calculation. Those two parts are separated by forwarding the base
> clock. But the second part does not depend on the forwarded base
> clock.
>
> Therefore restructure get_next_timer_interrupt() to keep things together
> which belong together.
>
> No functional change.
>
> Signed-off-by: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>

Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>