commit | b69c2478819198973379b8fb92427723074d65b5 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Jul 18 20:34:00 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:22 2015 +0200 |
tree | 25831d0cb3dc524d2aec5fd776edb9a8e7bd0fa2 | |
parent | f1b8f71b8f9b23c25286cf8a774730ea9217db93 [diff] |
ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 8 The search_stop_check() always resets the bit_chk to a new value, so bit_chk will never survive between search_left_edge() and search_right_edge() invocation. There is thus no need to pass it into these functions, so make bit_chk local to them. Signed-off-by: Marek Vasut <marex@denx.de>