Commit 91e63cc0 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Rafael J. Wysocki

PM / Runtime: Split line longer than 80 characters

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent e1a29760
...@@ -401,11 +401,11 @@ drivers/base/power/runtime.c and include/linux/pm_runtime.h: ...@@ -401,11 +401,11 @@ drivers/base/power/runtime.c and include/linux/pm_runtime.h:
int pm_runtime_disable(struct device *dev); int pm_runtime_disable(struct device *dev);
- increment the device's 'power.disable_depth' field (if the value of that - increment the device's 'power.disable_depth' field (if the value of that
field was previously zero, this prevents subsystem-level runtime PM field was previously zero, this prevents subsystem-level runtime PM
callbacks from being run for the device), make sure that all of the pending callbacks from being run for the device), make sure that all of the
runtime PM operations on the device are either completed or canceled; pending runtime PM operations on the device are either completed or
returns 1 if there was a resume request pending and it was necessary to canceled; returns 1 if there was a resume request pending and it was
execute the subsystem-level resume callback for the device to satisfy that necessary to execute the subsystem-level resume callback for the device
request, otherwise 0 is returned to satisfy that request, otherwise 0 is returned
int pm_runtime_barrier(struct device *dev); int pm_runtime_barrier(struct device *dev);
- check if there's a resume request pending for the device and resume it - check if there's a resume request pending for the device and resume it
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment