commit | 4431684910217022bad85a0bc931ad9bfb78859f | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Feb 05 20:56:23 2015 +0900 |
committer | Masahiro Yamada <yamada.m@jp.panasonic.com> | Sat Feb 07 00:15:03 2015 +0900 |
tree | 81f5b2f61d5f56eec377709e365d1cb95adaf05e | |
parent | ee470645d169cd0f47f66be8c8f69e061e3665d4 [diff] |
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>