]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ddr: altera: Internal mem_calibrate() cleanup part 1
authorMarek Vasut <marex@denx.de>
Fri, 17 Jul 2015 00:21:47 +0000 (02:21 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:27 +0000 (08:17 +0200)
commit04ccfd8457366eb513464f3f8aecf53bd8a141ef
tree7e5a6b2de8158b551e4325000649fd1161d839d3
parentbecf799047e1d1da6c09876049305efe5f3ec287
ddr: altera: Internal mem_calibrate() cleanup part 1

This is kind of microseries-within-series indent cleanup.
Rework the code for the first 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