Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91240
b: refs/heads/master
c: b86a5da
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Russell King committed Apr 19, 2008
1 parent 2640a5a commit 6b10e52
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 835e7f1c9ab03db6aa51973aee71d13ccb09cb19
refs/heads/master: b86a5da8f7f57b9b0fe468d83d3f2af297fa1e14
4 changes: 3 additions & 1 deletion trunk/arch/arm/mach-pxa/pxa3xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,10 @@ static void pxa3xx_cpu_pm_enter(suspend_state_t state)
/*
* Don't sleep if no wakeup sources are defined
*/
if (wakeup_src == 0)
if (wakeup_src == 0) {
printk(KERN_ERR "Not suspending: no wakeup sources\n");
return;
}

switch (state) {
case PM_SUSPEND_STANDBY:
Expand Down

0 comments on commit 6b10e52

Please sign in to comment.