File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ suspending the device are satisfied) and to queue up a suspend request for the
154154device in that case. If there is no idle callback, or if the callback returns
1551550, then the PM core will attempt to carry out a runtime suspend of the device,
156156also respecting devices configured for autosuspend. In essence this means a
157- call to __pm_runtime_autosuspend () (do note that drivers needs to update the
157+ call to pm_runtime_autosuspend () (do note that drivers needs to update the
158158device last busy mark, pm_runtime_mark_last_busy(), to control the delay under
159159this circumstance). To prevent this (for example, if the callback routine has
160160started a delayed suspend), the routine must return a non-zero value. Negative
You can’t perform that action at this time.
0 commit comments