Re: [PATCH v4 08/16] timer: Rename get_next_timer_interrupt()

From: Frederic Weisbecker
Date: Mon Nov 07 2022 - 07:13:21 EST


On Fri, Nov 04, 2022 at 03:57:29PM +0100, Anna-Maria Behnsen wrote:
> get_next_timer_interrupt() does more than simply getting the next timer
> interrupt. The timer bases are forwarded and also marked as idle when
> possible and the next timer interrupt information is required for this.

Right but the main role of that function is really to get the next timer
interrupt, the rest is rather about internal details of an API.

So I'm not sure about that change.

Thanks.