Home
last modified time | relevance | path

Searched hist:c336ca3e5b62c275d15cef9cdf22eacbdef4405a (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/ddr/altera/
H A Dsequencer.cc336ca3e5b62c275d15cef9cdf22eacbdef4405a Fri Jul 17 02:24:18 UTC 2015 Marek Vasut <marex@denx.de> 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>