ARM: uniphier: optimize ProXstream2 UMC init code with "for" loop
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 26 Feb 2016 05:21:35 +0000 (14:21 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 28 Feb 2016 18:50:16 +0000 (03:50 +0900)
commit59fe23c2e0bc442c9344852425155f0d683e217c
treeb92def8271ab723fac76b21cd3a352ad22f66a01
parent46abfcc99e04efa75ed293bd871092c31d0f3be3
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>
arch/arm/mach-uniphier/dram/umc-proxstream2.c