OSDN Git Service

ARM: shmobile: r8a7740 legacy: Fix copied bug in comment
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 16 Sep 2014 19:58:03 +0000 (21:58 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 17 Sep 2014 00:20:53 +0000 (09:20 +0900)
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>
arch/arm/mach-shmobile/pm-r8a7740.c

index a0d44d5..94c8815 100644 (file)
@@ -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;
 }