Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267080
b: refs/heads/master
c: 528f7ce
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Rafael J. Wysocki committed Oct 16, 2011
1 parent af28ad1 commit db7c5fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 85055dd805f0822f13f736bee2a521e222c38293
refs/heads/master: 528f7ce6e439edeac38f6b3f8561f1be129b5e91
2 changes: 1 addition & 1 deletion trunk/kernel/power/suspend.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ int enter_state(suspend_state_t state)
int pm_suspend(suspend_state_t state)
{
int ret;
if (state > PM_SUSPEND_ON && state <= PM_SUSPEND_MAX) {
if (state > PM_SUSPEND_ON && state < PM_SUSPEND_MAX) {
ret = enter_state(state);
if (ret) {
suspend_stats.fail++;
Expand Down

0 comments on commit db7c5fb

Please sign in to comment.