]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 6
authorMarek Vasut <marex@denx.de>
Fri, 17 Jul 2015 02:24:18 +0000 (04:24 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:28 +0000 (08:17 +0200)
commit93df9bd6133e82a6964b2100473922dc0ec9262f
treee5dbabb849a5b338b4594e319f297ac7a8974909
parent0485d6503b69de217050cba805fa06a4ce721f29
ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 6

This is kind of microseries-within-series indent cleanup.
It is clear that the read_group and write_group variables
have the same value, to just make them into one variable
called rw_group. While doing this, constify the variables
as they are constant.

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