watchdog: hpwdt: drop warning after calling watchdog_init_timeout
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Fri, 19 Apr 2019 18:15:51 +0000 (20:15 +0200)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Sun, 5 May 2019 19:05:00 +0000 (21:05 +0200)
The core will print out details now.

Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Tested-by: Jerry Hoemann <jerry.hoemann@hpe.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/hpwdt.c

index ef30c7e..db1bf6f 100644 (file)
@@ -311,8 +311,7 @@ static int hpwdt_init_one(struct pci_dev *dev,
                goto error_init_nmi_decoding;
 
        watchdog_set_nowayout(&hpwdt_dev, nowayout);
-       if (watchdog_init_timeout(&hpwdt_dev, soft_margin, NULL))
-               dev_warn(&dev->dev, "Invalid soft_margin: %d.\n", soft_margin);
+       watchdog_init_timeout(&hpwdt_dev, soft_margin, NULL);
 
        if (pretimeout && hpwdt_dev.timeout <= PRETIMEOUT_SEC) {
                dev_warn(&dev->dev, "timeout <= pretimeout. Setting pretimeout to zero\n");