commit | 55c4d696f73d0e2ec5dac961b47101a02dc96cf0 | [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 | fcef8339d43ebaede318538c08153508cf3e5563 [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>