commit | 59fe23c2e0bc442c9344852425155f0d683e217c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Feb 26 14:21:35 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Feb 29 03:50:16 2016 +0900 |
tree | b92def8271ab723fac76b21cd3a352ad22f66a01 | |
parent | 46abfcc99e04efa75ed293bd871092c31d0f3be3 [diff] |
ARM: uniphier: optimize ProXstream2 UMC init code with "for" loop Now this code can be re-written with a "for" statement instead of calling the same function multiple times. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>