ddr: altera: Internal mem_calibrate() cleanup part 5
authorMarek Vasut <marex@denx.de>
Fri, 17 Jul 2015 00:50:56 +0000 (02:50 +0200)
committerMarek Vasut <marex@denx.de>
Sat, 8 Aug 2015 12:14:16 +0000 (14:14 +0200)
commitc452dcd0b7bcabfcf76088f8cec3bc8fd5dd8ffd
treed6dd94e9af8bbdf234146429b5bddaf1546a5c45
parentc50ae30341b002731c60bc385a1b29ac03251cc2
ddr: altera: Internal mem_calibrate() cleanup part 5

This is kind of microseries-within-series indent cleanup.
Rework the code for the the middle-loop of the mega-loop
this time and deal with the group_failed variable. Instead
of checking if the group failed in the previous calibration
part, just jump to the end of the loop if calibration did
fail and increment the counter. This shaves away one more
level of indent while making the code slightly more readable.

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