]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: mvebu: Use a CR_C constant instead of a hard-coded one
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 10 Aug 2015 13:47:51 +0000 (15:47 +0200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Tue, 29 Sep 2015 16:01:19 +0000 (18:01 +0200)
commit7ee20ff0072154d326c86223fbb88d23aa152b91
treed204c3cb26c92c3f678851700dbdb3c234c7eb7a
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f
ARM: mvebu: Use a CR_C constant instead of a hard-coded one

Fix the armada_370_xp_pmsu_idle_enter() function to use a CR_C
constant instead of a hard-coded constant in the assembly part.
This clean-up was suggested by Russell King.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/mach-mvebu/pmsu.c