commit | b2bff68c9704cb54ef55c3a050d6cddca1e4f29c | [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 | ad5a793748c39907f15063a3d9aa3d2a4a91fe4b [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>