Re: [PATCH v2 23/31] watchdog: Switch to use hrtimer_setup()

From: Guenter Roeck
Date: Thu Feb 13 2025 - 07:24:37 EST


On 2/13/25 03:16, Thomas Gleixner wrote:
On Tue, Feb 11 2025 at 08:16, Guenter Roeck wrote:
On Wed, Feb 05, 2025 at 11:39:07AM +0100, Nam Cao wrote:
hrtimer_setup() takes the callback function pointer as argument and
initializes the timer completely.

Replace hrtimer_init() and the open coded initialization of
hrtimer::function with the new setup mechanism.

Patch was created by using Coccinelle.

Signed-off-by: Nam Cao <namcao@xxxxxxxxxxxxx>
Cc: Wim Van Sebroeck <wim@xxxxxxxxxxxxxxxxxx>
Cc: linux-watchdog@xxxxxxxxxxxxxxx
---

Change log missing.

I read the above as a change log, but _I_ might be missing something.


I have no idea what changed since v1 or why. If you can see that
in the patch description, good for you.

Guenter