aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2019-05-18 23:27:42 +0200
committerWim Van Sebroeck <wim@linux-watchdog.org>2019-07-08 15:13:11 +0200
commit0a33dce48fbd418aeb3a4259b5f71e3f6bb9d7b9 (patch)
tree2ce3a6e72aaf746630e0f8cafb003ef5ea1ff65b /drivers/watchdog
parentwatchdog: ni903x_wdt: drop warning after registering device (diff)
downloadlinux-dev-0a33dce48fbd418aeb3a4259b5f71e3f6bb9d7b9.tar.xz
linux-dev-0a33dce48fbd418aeb3a4259b5f71e3f6bb9d7b9.zip
watchdog: nic7018_wdt: 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>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/nic7018_wdt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/nic7018_wdt.c b/drivers/watchdog/nic7018_wdt.c
index 2e1a2a3d4ec9..2a46cc662943 100644
--- a/drivers/watchdog/nic7018_wdt.c
+++ b/drivers/watchdog/nic7018_wdt.c
@@ -210,7 +210,6 @@ static int nic7018_probe(struct platform_device *pdev)
ret = watchdog_register_device(wdd);
if (ret) {
outb(LOCK, wdt->io_base + WDT_REG_LOCK);
- dev_err(dev, "failed to register watchdog\n");
return ret;
}