Skip to content

Commit

Permalink
ARM: shmobile: r8a7740 legacy: Fix copied bug in comment
Browse files Browse the repository at this point in the history
The corresponding bug in pm-sh7372.c was fixed in commit
70fe7b2 ("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>
  • Loading branch information
Geert Uytterhoeven authored and Simon Horman committed Sep 17, 2014
1 parent 299e147 commit 8237f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-shmobile/pm-r8a7740.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ static int r8a7740_pd_a4s_suspend(void)
{
/*
* The A4S domain contains the CPU core and therefore it should
* only be turned off if the CPU is in use.
* only be turned off if the CPU is not in use.
*/
return -EBUSY;
}
Expand Down

0 comments on commit 8237f9e

Please sign in to comment.