We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5527483 commit d5b29c2Copy full SHA for d5b29c2
drivers/watchdog/rti_wdt.c
@@ -303,6 +303,7 @@ static int rti_wdt_probe(struct platform_device *pdev)
303
304
err_iomap:
305
pm_runtime_put_sync(&pdev->dev);
306
+ pm_runtime_disable(&pdev->dev);
307
308
return ret;
309
}
@@ -313,6 +314,7 @@ static int rti_wdt_remove(struct platform_device *pdev)
313
314
315
watchdog_unregister_device(&wdt->wdd);
316
pm_runtime_put(&pdev->dev);
317
318
319
return 0;
320
0 commit comments