The core will print out details now.

Reviewed-by: Guenter Roeck <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
---
 drivers/watchdog/ziirave_wdt.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/drivers/watchdog/ziirave_wdt.c b/drivers/watchdog/ziirave_wdt.c
index d3594aa3a374..43e6b575c32c 100644
--- a/drivers/watchdog/ziirave_wdt.c
+++ b/drivers/watchdog/ziirave_wdt.c
@@ -658,11 +658,7 @@ static int ziirave_wdt_probe(struct i2c_client *client,
        w_priv->wdd.parent = &client->dev;
        w_priv->wdd.groups = ziirave_wdt_groups;
 
-       ret = watchdog_init_timeout(&w_priv->wdd, wdt_timeout, &client->dev);
-       if (ret) {
-               dev_info(&client->dev,
-                        "Unable to select timeout value, using default\n");
-       }
+       watchdog_init_timeout(&w_priv->wdd, wdt_timeout, &client->dev);
 
        /*
         * The default value set in the watchdog should be perfectly valid, so
-- 
2.11.0

Reply via email to