Message ID | 2787627.mvXUDI8C0e@rjwysocki.net |
---|---|
State | New |
Headers | show |
Series | [v1] PM: sleep: Update stale comment in device_resume() | expand |
Index: linux-pm/drivers/base/power/main.c =================================================================== --- linux-pm.orig/drivers/base/power/main.c +++ linux-pm/drivers/base/power/main.c @@ -914,7 +914,7 @@ static void device_resume(struct device goto Complete; if (dev->power.direct_complete) { - /* Match the pm_runtime_disable() in __device_suspend(). */ + /* Match the pm_runtime_disable() in device_suspend(). */ pm_runtime_enable(dev); goto Complete; }