Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167661
b: refs/heads/master
c: 04bf753
h: refs/heads/master
i:
  167659: fdb68df
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Linus Torvalds committed Oct 21, 2009
1 parent 81244eb commit 338e648
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: af2bd9d534ca9f1ffdeb0780fb8508e71ed55803
refs/heads/master: 04bf7539c08d64184736cdc5e4ad617eda77eb0f
5 changes: 3 additions & 2 deletions trunk/kernel/power/suspend_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* The time it takes is system-specific though, so when we test this
* during system bootup we allow a LOT of time.
*/
#define TEST_SUSPEND_SECONDS 5
#define TEST_SUSPEND_SECONDS 10

static unsigned long suspend_test_start_time;

Expand Down Expand Up @@ -49,7 +49,8 @@ void suspend_test_finish(const char *label)
* has some performance issues. The stack dump of a WARN_ON
* is more likely to get the right attention than a printk...
*/
WARN(msec > (TEST_SUSPEND_SECONDS * 1000), "Component: %s\n", label);
WARN(msec > (TEST_SUSPEND_SECONDS * 1000),
"Component: %s, time: %u\n", label, msec);
}

/*
Expand Down

0 comments on commit 338e648

Please sign in to comment.