X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fwatchdog%2Ftegra_wdt.c;h=7f97cdd53f29624f6c732b0e44c0448a856c8a5c;hb=c3984cc994377671f18d3d719ddd86b5107457ee;hp=30451ea4690237e36d46daff376404e4a7c11017;hpb=7d63585bf0a6c99382f97a5af71c5b5547fb58a4;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/watchdog/tegra_wdt.c b/drivers/watchdog/tegra_wdt.c index 30451ea46902..7f97cdd53f29 100644 --- a/drivers/watchdog/tegra_wdt.c +++ b/drivers/watchdog/tegra_wdt.c @@ -218,6 +218,7 @@ static int tegra_wdt_probe(struct platform_device *pdev) wdd->ops = &tegra_wdt_ops; wdd->min_timeout = MIN_WDT_TIMEOUT; wdd->max_timeout = MAX_WDT_TIMEOUT; + wdd->parent = &pdev->dev; watchdog_set_drvdata(wdd, wdt);