aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/power/runtime_pm.txt
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2014-03-24 16:31:27 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-03-26 11:33:05 -0400
commite1a297601102c10579623a43df1c3529fb1f2fc9 (patch)
treeab476d96a7e5d86fe1b423f2eed999c88dde2488 /Documentation/power/runtime_pm.txt
parent651665dbfdfca3201966c72edefdb0391160bea9 (diff)
PM / Runtime: dev_pm_info.runtime_error is signed
dev_pm_info.runtime_error has always been a signed int, to store a signed error code. Correct the documentation. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation/power/runtime_pm.txt')
-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 b6ce00b2be9a..a5683a5662cb 100644
--- a/Documentation/power/runtime_pm.txt
+++ b/Documentation/power/runtime_pm.txt
@@ -232,7 +232,7 @@ defined in include/linux/pm.h:
232 equal to zero); the initial value of it is 1 (i.e. runtime PM is 232 equal to zero); the initial value of it is 1 (i.e. runtime PM is
233 initially disabled for all devices) 233 initially disabled for all devices)
234 234
235 unsigned int runtime_error; 235 int runtime_error;
236 - if set, there was a fatal error (one of the callbacks returned error code 236 - if set, there was a fatal error (one of the callbacks returned error code
237 as described in Section 2), so the helper funtions will not work until 237 as described in Section 2), so the helper funtions will not work until
238 this flag is cleared; this is the error code returned by the failing 238 this flag is cleared; this is the error code returned by the failing