]> git.sur5r.net Git - u-boot/commit
ddr: altera: Clean up rw_mgr_mem_calibrate_read_test_patterns()
authorMarek Vasut <marex@denx.de>
Sat, 18 Jul 2015 01:55:07 +0000 (03:55 +0200)
committerMarek Vasut <marex@denx.de>
Sat, 8 Aug 2015 12:14:17 +0000 (14:14 +0200)
commitd844c7d43402f09c78ac4909945d9980cef6ccca
tree050d7a749198b53617ae41800f4c94e042e5d481
parent93dcfd8982d5a5f7ef4f017da505f615cf35f3c9
ddr: altera: Clean up rw_mgr_mem_calibrate_read_test_patterns()

Rework this function such that the code is more readable. Zap
unused parameter "num_tries" while at it. Also wrap parameter
"bit_chk" into this function as it's value is not used outside.
Finally, fix the return value from this function to match the
common expectation, where 0 means success.

Signed-off-by: Marek Vasut <marex@denx.de>
drivers/ddr/altera/sequencer.c