commit | d844c7d43402f09c78ac4909945d9980cef6ccca | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Jul 18 03:55:07 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:17 2015 +0200 |
tree | 050d7a749198b53617ae41800f4c94e042e5d481 | |
parent | 93dcfd8982d5a5f7ef4f017da505f615cf35f3c9 [diff] |
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>