aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/power
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/power')
-rw-r--r--Documentation/power/runtime_pm.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/power/runtime_pm.txt b/Documentation/power/runtime_pm.txt
index 22accb3eb40e..518d9be4c731 100644
--- a/Documentation/power/runtime_pm.txt
+++ b/Documentation/power/runtime_pm.txt
@@ -506,7 +506,7 @@ pm_runtime_suspend() or pm_runtime_idle() or their asynchronous counterparts,
506they will fail returning -EAGAIN, because the device's usage counter is 506they will fail returning -EAGAIN, because the device's usage counter is
507incremented by the core before executing ->probe() and ->remove(). Still, it 507incremented by the core before executing ->probe() and ->remove(). Still, it
508may be desirable to suspend the device as soon as ->probe() or ->remove() has 508may be desirable to suspend the device as soon as ->probe() or ->remove() has
509finished, so the PM core uses pm_runtime_idle_sync() to invoke the 509finished, so the PM core uses pm_runtime_put_sync() to invoke the
510subsystem-level idle callback for the device at that time. 510subsystem-level idle callback for the device at that time.
511 511
512The user space can effectively disallow the driver of the device to power manage 512The user space can effectively disallow the driver of the device to power manage