diff options
| author | Wolfram Sang <[email protected]> | 2019-05-18 23:27:42 +0200 |
|---|---|---|
| committer | Wim Van Sebroeck <[email protected]> | 2019-07-08 15:13:11 +0200 |
| commit | 0a33dce48fbd418aeb3a4259b5f71e3f6bb9d7b9 (patch) | |
| tree | 2ce3a6e72aaf746630e0f8cafb003ef5ea1ff65b | |
| parent | 9076eb5dff9351c2178f76bb2ce63c2c0c98472a (diff) | |
watchdog: nic7018_wdt: drop warning after registering device
The core will print out details now.
Signed-off-by: Wolfram Sang <[email protected]>
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
| -rw-r--r-- | drivers/watchdog/nic7018_wdt.c | 1 |
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; } |