mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 01:34:00 +08:00
watchdog: i6300esb: 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
f51540b83f
commit
34b8580fe3
@ -315,11 +315,8 @@ static int esb_probe(struct pci_dev *pdev,
|
||||
|
||||
/* Register the watchdog so that userspace has access to it */
|
||||
ret = watchdog_register_device(&edev->wdd);
|
||||
if (ret != 0) {
|
||||
dev_err(&pdev->dev,
|
||||
"cannot register watchdog device (err=%d)\n", ret);
|
||||
if (ret != 0)
|
||||
goto err_unmap;
|
||||
}
|
||||
dev_info(&pdev->dev,
|
||||
"initialized. heartbeat=%d sec (nowayout=%d)\n",
|
||||
edev->wdd.timeout, nowayout);
|
||||
|
Loading…
Reference in New Issue
Block a user