watchdog: bcm7038_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>
This commit is contained in:
parent
d5f3e24f22
commit
f54298950e
|
@ -159,10 +159,8 @@ static int bcm7038_wdt_probe(struct platform_device *pdev)
|
||||||
watchdog_stop_on_reboot(&wdt->wdd);
|
watchdog_stop_on_reboot(&wdt->wdd);
|
||||||
watchdog_stop_on_unregister(&wdt->wdd);
|
watchdog_stop_on_unregister(&wdt->wdd);
|
||||||
err = devm_watchdog_register_device(dev, &wdt->wdd);
|
err = devm_watchdog_register_device(dev, &wdt->wdd);
|
||||||
if (err) {
|
if (err)
|
||||||
dev_err(dev, "Failed to register watchdog device\n");
|
|
||||||
return err;
|
return err;
|
||||||
}
|
|
||||||
|
|
||||||
dev_info(dev, "Registered BCM7038 Watchdog\n");
|
dev_info(dev, "Registered BCM7038 Watchdog\n");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue