
20 Feb
2021
20 Feb
'21
12:54 p.m.
On Sat, 20 Feb 2021 at 02:40, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
The values of left_edge[0] and right_edge[0] are overwritten before they are used. Remove the superfluous assignments.
Fixes: 285b3cb939a8 ("dm: ddr: socfpga: fix gen5 ddr driver to not use bss") Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
drivers/ddr/altera/sequencer.c | 7 ------- 1 file changed, 7 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org