]> 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)
committerMarek Vasut <marex@denx.de>
Sat, 8 Aug 2015 12:14:15 +0000 (14:14 +0200)
commit33c42bb88c99ccd5d028236b5dc022cd1a542f3a
tree4c4d1e1f8a4490461be8b2c8e07a03999893402c
parent722c96857044831f46c9bdf263a84ad6d5c87463
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