Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

watchdog: it87_wdt: don't print out if registering watchdog fails

The core will do this already.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20241004200314.5459-6-wsa+renesas@sang-engineering.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>

authored by

Wolfram Sang and committed by
Wim Van Sebroeck
ebc75304 fb2de4ea

+1 -3
+1 -3
drivers/watchdog/it87_wdt.c
··· 349 349 350 350 watchdog_stop_on_reboot(&wdt_dev); 351 351 rc = watchdog_register_device(&wdt_dev); 352 - if (rc) { 353 - pr_err("Cannot register watchdog device (err=%d)\n", rc); 352 + if (rc) 354 353 return rc; 355 - } 356 354 357 355 pr_info("Chip IT%04x revision %d initialized. timeout=%d sec (nowayout=%d testmode=%d)\n", 358 356 chip_type, chip_rev, timeout, nowayout, testmode);