Searched hist:c452dcd0b7bcabfcf76088f8cec3bc8fd5dd8ffd (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/ddr/altera/ |
| H A D | sequencer.c | c452dcd0b7bcabfcf76088f8cec3bc8fd5dd8ffd Fri Jul 17 00:50:56 UTC 2015 Marek Vasut <marex@denx.de> 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>
|