public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] PM / Runtime: dev_pm_info.runtime_error is signed
@ 2014-03-24 20:31 Geert Uytterhoeven
  2014-03-24 20:31 ` [PATCH 2/5] PM / Runtime: Split line longer than 80 characters Geert Uytterhoeven
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2014-03-24 20:31 UTC (permalink / raw)
  To: Rafael J. Wysocki, Len Brown, Pavel Machek
  Cc: Ben Dooks, linux-pm, linux-kernel, Geert Uytterhoeven

From: Geert Uytterhoeven <geert+renesas@glider.be>

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>
---
 Documentation/power/runtime_pm.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
       equal to zero); the initial value of it is 1 (i.e. runtime PM is
       initially disabled for all devices)
 
-  unsigned int runtime_error;
+  int runtime_error;
     - if set, there was a fatal error (one of the callbacks returned error code
       as described in Section 2), so the helper funtions will not work until
       this flag is cleared; this is the error code returned by the failing
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-03-26 16:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-24 20:31 [PATCH 1/5] PM / Runtime: dev_pm_info.runtime_error is signed Geert Uytterhoeven
2014-03-24 20:31 ` [PATCH 2/5] PM / Runtime: Split line longer than 80 characters Geert Uytterhoeven
2014-03-24 20:31 ` [PATCH 3/5] PM / Runtime: Correct documented return values for generic PM callbacks Geert Uytterhoeven
2014-03-24 20:31 ` [PATCH 4/5] PM / Runtime: GENERIC_SUBSYS_PM_OPS is gone Geert Uytterhoeven
2014-03-24 20:31 ` [PATCH 5/5] PM / Runtime: s/foo_process_requests/foo_process_next_request/ Geert Uytterhoeven
2014-03-26 16:55 ` [PATCH 1/5] PM / Runtime: dev_pm_info.runtime_error is signed Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox