On Sat, 20 Feb 2021 at 02:40, Heinrich Schuchardt <[email protected]> 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 <[email protected]> > --- > drivers/ddr/altera/sequencer.c | 7 ------- > 1 file changed, 7 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

