]> git.ipfire.org Git - people/ms/u-boot.git/commit
ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 4
authorMarek Vasut <marex@denx.de>
Fri, 17 Jul 2015 01:50:17 +0000 (03:50 +0200)
committerMarek Vasut <marex@denx.de>
Sat, 8 Aug 2015 12:14:16 +0000 (14:14 +0200)
commitfe2d0a2da1b11e4702fcd08705fcce16f0fc2427
tree44145dee3e46a9c49da67efd543d7e1d24d6f8b1
parentac70d2f3873cea25b13d61e3442015696f27c597
ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 4

This is kind of microseries-within-series indent cleanup.
This patch cleans up the handling of grp_calibrated such
that the variable isn't used all over the place, but just
very localy. This allows trimming down the indent issues.

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