]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase() part 2
authorMarek Vasut <marex@denx.de>
Sun, 19 Jul 2015 05:00:26 +0000 (07:00 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:31 +0000 (08:17 +0200)
commit2cfeb514aa0a7233a49bda707b4b7472f9a4e641
tree84dd437d589f35c9a3b8d5ccfd5d954fa082d203
parent3a7895df074799b73967efc75e452d7fa4319b26
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>
drivers/ddr/altera/sequencer.c