Commit 9ee644c9 authored by Wolfram Sang's avatar Wolfram Sang Committed by Wim Van Sebroeck
Browse files

watchdog: jz4740_wdt: drop warning after registering device



The core will print out details now.

Signed-off-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@linux-watchdog.org>
parent ca2d4490
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -187,11 +187,7 @@ static int jz4740_wdt_probe(struct platform_device *pdev)
		return PTR_ERR(drvdata->rtc_clk);
	}

	ret = devm_watchdog_register_device(dev, &drvdata->wdt);
	if (ret < 0)
		return ret;

	return 0;
	return devm_watchdog_register_device(dev, &drvdata->wdt);
}

static struct platform_driver jz4740_wdt_driver = {