]> git.sur5r.net Git - u-boot/commit
ddr: altera: Internal mem_calibrate() cleanup part 2
authorMarek Vasut <marex@denx.de>
Fri, 17 Jul 2015 00:31:04 +0000 (02:31 +0200)
committerMarek Vasut <marex@denx.de>
Sat, 8 Aug 2015 12:14:15 +0000 (14:14 +0200)
commit4ac21610145fc7a2100b33b885b93066cb825bbb
treee610a3d5598c127729951cb6631ac4301f4e5c2f
parent33c42bb88c99ccd5d028236b5dc022cd1a542f3a
ddr: altera: Internal mem_calibrate() cleanup part 2

This is kind of microseries-within-series indent cleanup.
Rework the code for the second loop within the middle-loop
of the mega-loop to make it actually readable and not an
insane cryptic pile of indent failure.

It is likely that this patch has checkpatch warnings, but
for the sake of not breaking the code, these are ignored.

No functional change.

Signed-off-by: Marek Vasut <marex@denx.de>
drivers/ddr/altera/sequencer.c