commit | 970539d831bfaf0ef806daa6975b9845b53dc38b | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sun Jul 19 07:00:26 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:20 2015 +0200 |
tree | 34b04a04942f8ad62d529189129be9dc7cff3701 | |
parent | 4896bccfa2095f7a8216886836e755faaf6783d0 [diff] |
ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase() part 2 If d != 0 after sdr_working_phase() finishes, the else branch of the condition has no impact on anything at all, since work_end was already set independently of the value of "d" . Zap this useless code. Signed-off-by: Marek Vasut <marex@denx.de>