diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-09-16 15:58:03 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-09-16 20:20:53 -0400 |
commit | 8237f9e5c38098aeb8570a77bacd0fe0ebc61dfa (patch) | |
tree | 928d0aebc7a668a3d0afd4278eb133fbf9f6affe /arch/arm/mach-shmobile/pm-r8a7740.c | |
parent | 299e14734c22994e69c913e66ab1f4bb56423f5d (diff) |
ARM: shmobile: r8a7740 legacy: Fix copied bug in comment
The corresponding bug in pm-sh7372.c was fixed in commit
70fe7b24672a988f ("ARM: shmobile: Do not access sh7372 A4S domain
internals directly").
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/pm-r8a7740.c')
-rw-r--r-- | arch/arm/mach-shmobile/pm-r8a7740.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/pm-r8a7740.c b/arch/arm/mach-shmobile/pm-r8a7740.c index a0d44d537fa0..94c8815ee7c2 100644 --- a/arch/arm/mach-shmobile/pm-r8a7740.c +++ b/arch/arm/mach-shmobile/pm-r8a7740.c | |||
@@ -18,7 +18,7 @@ static int r8a7740_pd_a4s_suspend(void) | |||
18 | { | 18 | { |
19 | /* | 19 | /* |
20 | * The A4S domain contains the CPU core and therefore it should | 20 | * The A4S domain contains the CPU core and therefore it should |
21 | * only be turned off if the CPU is in use. | 21 | * only be turned off if the CPU is not in use. |
22 | */ | 22 | */ |
23 | return -EBUSY; | 23 | return -EBUSY; |
24 | } | 24 | } |