projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e59a8db
)
PM / shmobile: fix A3SP suspend method
author
Guennadi Liakhovetski
<g.liakhovetski@gmx.de>
Fri, 13 Jan 2012 23:40:14 +0000
(
00:40
+0100)
committer
Rafael J. Wysocki
<rjw@sisk.pl>
Fri, 13 Jan 2012 23:40:14 +0000
(
00:40
+0100)
Fix the reverted condition in sh7372_a3sp_suspend().
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
arch/arm/mach-shmobile/pm-sh7372.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/pm-sh7372.c
b/arch/arm/mach-shmobile/pm-sh7372.c
index 77b8fc12fc2f1ab0000ae734fff09624ba7cbf44..fcf8b1761aef723c6f3e5f3bd1f2b42cf436e04a 100644
(file)
--- a/
arch/arm/mach-shmobile/pm-sh7372.c
+++ b/
arch/arm/mach-shmobile/pm-sh7372.c
@@
-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 = {