From: Kevin Hilman Date: Thu, 30 Jun 2011 22:07:31 +0000 (-0700) Subject: PM: Documentation: fix typo: pm_runtime_idle_sync() doesn't exist. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5efb54cc3fc104585cda81c44676f05115bd9ddd;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git PM: Documentation: fix typo: pm_runtime_idle_sync() doesn't exist. Replace reference to pm_runtime_idle_sync() in the driver core with pm_runtime_put_sync() which is used in the code. Signed-off-by: Kevin Hilman Signed-off-by: Rafael J. Wysocki --- diff --git a/Documentation/power/runtime_pm.txt b/Documentation/power/runtime_pm.txt index 22accb3eb40..518d9be4c73 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, they will fail returning -EAGAIN, because the device's usage counter is incremented by the core before executing ->probe() and ->remove(). Still, it may be desirable to suspend the device as soon as ->probe() or ->remove() has -finished, so the PM core uses pm_runtime_idle_sync() to invoke the +finished, so the PM core uses pm_runtime_put_sync() to invoke the subsystem-level idle callback for the device at that time. The user space can effectively disallow the driver of the device to power manage