]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
watchdog: cadence_wdt: drop warning after registering device
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Sat, 18 May 2019 21:27:22 +0000 (23:27 +0200)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Mon, 8 Jul 2019 13:13:04 +0000 (15:13 +0200)
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>
drivers/watchdog/cadence_wdt.c

index a22f2d431a3556906e4b2719a65bbde72e955668..f8d4e91d0383e085eab14c83e7d5e8ed2f5f21a4 100644 (file)
@@ -363,10 +363,8 @@ static int cdns_wdt_probe(struct platform_device *pdev)
        watchdog_stop_on_reboot(cdns_wdt_device);
        watchdog_stop_on_unregister(cdns_wdt_device);
        ret = devm_watchdog_register_device(dev, cdns_wdt_device);
-       if (ret) {
-               dev_err(dev, "Failed to register wdt device\n");
+       if (ret)
                return ret;
-       }
        platform_set_drvdata(pdev, wdt);
 
        dev_info(dev, "Xilinx Watchdog Timer at %p with timeout %ds%s\n",