watchdog: hpwdt: drop warning after calling watchdog_init_timeout
[sfrench/cifs-2.6.git] / drivers / watchdog / hpwdt.c
index ef30c7e9728de5e4aee04477debc6bf00559a752..db1bf6f546aec70988d6614644c51b750b862efc 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");