mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
watchdog: stm32_iwdg: drop warning after calling watchdog_init_timeout
The core will print out details now. Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
This commit is contained in:
parent
b4214185b9
commit
6781ce2ef1
@ -250,10 +250,7 @@ static int stm32_iwdg_probe(struct platform_device *pdev)
|
||||
|
||||
watchdog_set_drvdata(wdd, wdt);
|
||||
watchdog_set_nowayout(wdd, WATCHDOG_NOWAYOUT);
|
||||
|
||||
ret = watchdog_init_timeout(wdd, 0, dev);
|
||||
if (ret)
|
||||
dev_warn(dev, "unable to set timeout value, using default\n");
|
||||
watchdog_init_timeout(wdd, 0, dev);
|
||||
|
||||
ret = devm_watchdog_register_device(dev, wdd);
|
||||
if (ret) {
|
||||
|
Loading…
Reference in New Issue
Block a user