ARM: pm: omap34xx: remove misleading comment and use of r9
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 22 Jun 2011 11:54:41 +0000 (12:54 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 24 Jun 2011 07:48:45 +0000 (08:48 +0100)
commit2637ce30e145557bf89ebcf35b2d78e729e16e5a
treeb670a00b7d6047b7225c988d8787e358d82a9ead
parent857c1b81f8dd2e2a97d859d7e53dd955e2ab55af
ARM: pm: omap34xx: remove misleading comment and use of r9

The code alludes to r9 being used to indicate what was lost over the
suspend/resume transition.  However, although r9 is set, it is never
actually used.

Also, the comments before the code (which refer to the value of r9)
and the comments against the assignment of r9 contradict each other,
so just remove them to avoid confusion.

Reviewed-by: Kevin Hilman <khilman@ti.com>
Tested-by: Kevin Hilman <khilman@ti.com>
Acked-by: Jean Pihet <j-pihet@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-omap2/sleep34xx.S