]> 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)
committerMarek Vasut <marex@denx.de>
Sat, 8 Aug 2015 12:14:17 +0000 (14:14 +0200)
commitc336ca3e5b62c275d15cef9cdf22eacbdef4405a
tree17cb5a6fcb41eede0dcc4b686719f8d01dfe7aff
parent1e04db4c949e79a8942de9943ee4aa3f06174c5f
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