ARM: uniphier: optimize PH1-LD4 UMC init code with "for" loop
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 26 Feb 2016 05:21:48 +0000 (14:21 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 28 Feb 2016 18:50:16 +0000 (03:50 +0900)
commitb8708487958d3846aabf306387e5f1c10948f228
tree37926f4b8caeb8b5fc81aa77c75d51f01e95e3c1
parentc5985b4bbbb79d789bb4fe1ad9d6fd374ca9eda8
ARM: uniphier: optimize PH1-LD4 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-ph1-ld4.c