ARM: uniphier: optimize PH1-sLD8 UMC init code with "for" loop
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 26 Feb 2016 05:21:47 +0000 (14:21 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 28 Feb 2016 18:50:16 +0000 (03:50 +0900)
commitc5985b4bbbb79d789bb4fe1ad9d6fd374ca9eda8
treeea42e45396ce98086ed6314d70ac614ecb8c4ebd
parent71d7ef35df49b94797ad6f32c23e23af4728b18d
ARM: uniphier: optimize PH1-sLD8 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-sld8.c