Hello, On Mon, Mar 06, 2023 at 12:17:39PM -0800, Guenter Roeck wrote: > Oops, all those need &pdev->dev as first argument. Please resend with that fixed. TILA: Don't assume your patch is trivial enough that you can skip the compile test step. :-\ Sorry. Here comes a v2 that properly passes a struct device to devm_watchdog_register_device() and thus compiles fine. Best regards Uwe Uwe Kleine-König (3): watchdog: bcm47xx: Simplify using devm_watchdog_register_device() watchdog: rn5t618: Simplify using devm_watchdog_register_device() watchdog: wm8350: Simplify using devm_watchdog_register_device() drivers/watchdog/bcm47xx_wdt.c | 12 +----------- drivers/watchdog/rn5t618_wdt.c | 12 +----------- drivers/watchdog/wm8350_wdt.c | 9 +-------- 3 files changed, 3 insertions(+), 30 deletions(-) base-commit: fe15c26ee26efa11741a7b632e9f23b01aca4cc6 -- 2.39.1