Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285838
b: refs/heads/master
c: a029db4
h: refs/heads/master
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Rafael J. Wysocki committed Jan 13, 2012
1 parent bd0e3a1 commit bef6340
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: e59a8db8d9b7c02e0bbefbeb18a3836288a97b8a
refs/heads/master: a029db43986e23677498ab4d84bb61b05de83484
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-shmobile/pm-sh7372.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ static int sh7372_a3sp_suspend(void)
* Serial consoles make use of SCIF hardware located in A3SP,
* keep such power domain on if "no_console_suspend" is set.
*/
return console_suspend_enabled ? -EBUSY : 0;
return console_suspend_enabled ? 0 : -EBUSY;
}

struct sh7372_pm_domain sh7372_a3sp = {
Expand Down

0 comments on commit bef6340

Please sign in to comment.