mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 09:13:55 +08:00
watchdog: sp5100_tco: drop warning after registering device
The core will print out details now. 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
24b8eb7408
commit
d41e3f4ee5
@ -402,10 +402,8 @@ static int sp5100_tco_probe(struct platform_device *pdev)
|
|||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
ret = devm_watchdog_register_device(dev, wdd);
|
ret = devm_watchdog_register_device(dev, wdd);
|
||||||
if (ret) {
|
if (ret)
|
||||||
dev_err(dev, "cannot register watchdog device (err=%d)\n", ret);
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
|
||||||
|
|
||||||
/* Show module parameters */
|
/* Show module parameters */
|
||||||
dev_info(dev, "initialized. heartbeat=%d sec (nowayout=%d)\n",
|
dev_info(dev, "initialized. heartbeat=%d sec (nowayout=%d)\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user