Merge tag 'modules-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu...
[linux-2.6-microblaze.git] / drivers / watchdog / xen_wdt.c
index 2ba0a3c..b343f42 100644 (file)
@@ -138,10 +138,8 @@ static int xen_wdt_probe(struct platform_device *pdev)
        watchdog_stop_on_unregister(&xen_wdt_dev);
 
        ret = devm_watchdog_register_device(dev, &xen_wdt_dev);
-       if (ret) {
-               dev_err(dev, "cannot register watchdog device (%d)\n", ret);
+       if (ret)
                return ret;
-       }
 
        dev_info(dev, "initialized (timeout=%ds, nowayout=%d)\n",
                 xen_wdt_dev.timeout, nowayout);