hw/misc/exynos4210_pmu: Reorder local variables for readability
commit885f27105669b75095912f9fbae57f9260f143fb
authorKrzysztof Kozlowski <krzk@kernel.org>
Thu, 20 Apr 2017 16:32:28 +0000 (20 17:32 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Apr 2017 16:39:17 +0000 (20 17:39 +0100)
treec2c307e0654518f0abf043b4ca6941ee81b2648a
parent75c6d92e4c0a5128d61d21175d2eed1354e87717
hw/misc/exynos4210_pmu: Reorder local variables for readability

Short declaration of 'i' was in the middle of declarations with
assignments.  Make it a little bit more readable.  Additionally switch
from "unsigned" to "unsigned int" as this pattern is more widely used.
No functional change.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20170313184750.429-4-krzk@kernel.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/misc/exynos4210_pmu.c