Re: [PATCH 16/44] power: supply: ab8500_chargalg: Switch to use hrtimer_setup()
From: Linus Walleij
Date: Mon Oct 28 2024 - 08:48:31 EST
On Mon, Oct 28, 2024 at 8:35 AM Nam Cao <namcao@xxxxxxxxxxxxx> wrote:
> There is a newly introduced hrtimer_setup() which will replace
> hrtimer_init(). This new function is similar to the old one, except that it
> also sanity-checks and initializes the timer's callback function.
>
> Switch to use this new function.
>
> Patch was created by using Coccinelle.
>
> Signed-off-by: Nam Cao <namcao@xxxxxxxxxxxxx>
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
Yours,
Linus Walleij