Re: [PATCH v8 07/25] timers: Use already existing function for forwarding timer base

From: Frederic Weisbecker
Date: Fri Oct 06 2023 - 07:17:19 EST


On Wed, Oct 04, 2023 at 02:34:36PM +0200, Anna-Maria Behnsen wrote:
> There is an already existing function for forwarding the timer
> base. Forwarding the timer base is implemented directly in
> get_next_timer_interrupt() as well.
>
> To avoid code duplication, replace implementation for forwarding timer base
> with the direct call to the already existing function.
>
> Signed-off-by: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>

Good catch!

Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>