ARM: UniPhier: refactor pinmon command
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 5 Feb 2015 11:56:23 +0000 (20:56 +0900)
committerMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 6 Feb 2015 15:15:03 +0000 (00:15 +0900)
commit4431684910217022bad85a0bc931ad9bfb78859f
tree81f5b2f61d5f56eec377709e365d1cb95adaf05e
parentee470645d169cd0f47f66be8c8f69e061e3665d4
ARM: UniPhier: refactor pinmon command

The return value of get_boot_mode_sel() is used as the index of
the boot_device_table[] array.  Its type should be "int" rather
than "u32".

Use only the iterator "i" for the loop in do_pinmon().

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
arch/arm/cpu/armv7/uniphier/cmd_pinmon.c
arch/arm/cpu/armv7/uniphier/ph1-pro4/boot-mode.c
arch/arm/include/asm/arch-uniphier/boot-device.h