Loading drivers/watchdog/shwdt.c +0 −2 Original line number Diff line number Diff line Loading @@ -282,8 +282,6 @@ static int sh_wdt_probe(struct platform_device *pdev) wdt->timer.data = (unsigned long)wdt; wdt->timer.expires = next_ping_period(clock_division_ratio); platform_set_drvdata(pdev, wdt); dev_info(&pdev->dev, "initialized.\n"); pm_runtime_enable(&pdev->dev); Loading Loading
drivers/watchdog/shwdt.c +0 −2 Original line number Diff line number Diff line Loading @@ -282,8 +282,6 @@ static int sh_wdt_probe(struct platform_device *pdev) wdt->timer.data = (unsigned long)wdt; wdt->timer.expires = next_ping_period(clock_division_ratio); platform_set_drvdata(pdev, wdt); dev_info(&pdev->dev, "initialized.\n"); pm_runtime_enable(&pdev->dev); Loading