Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7006
b: refs/heads/master
c: 57c4ce3
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Machek authored and Linus Torvalds committed Sep 5, 2005
1 parent 7a22bd8 commit 8f3a889
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: 6161b2ce8116b9a623260ab811e2c035b3fac2e5
refs/heads/master: 57c4ce3cbfba1bb0da7f37b9328a713cbd5d0919
5 changes: 3 additions & 2 deletions trunk/kernel/power/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,12 @@ static void suspend_finish(suspend_state_t state)



static char * pm_states[] = {
static char *pm_states[PM_SUSPEND_MAX] = {
[PM_SUSPEND_STANDBY] = "standby",
[PM_SUSPEND_MEM] = "mem",
#ifdef CONFIG_SOFTWARE_SUSPEND
[PM_SUSPEND_DISK] = "disk",
NULL,
#endif
};


Expand Down

0 comments on commit 8f3a889

Please sign in to comment.