Quoting Colin Ian King (2022-03-03 01:05:08) > There are two identical assignments of pll->base to the same value, > the second assignment is redundant and can be removed. > > Cleans up cppcheck warning: > drivers/clk/imx/clk-sscg-pll.c:528:12: style: Variable 'pll->base' is > reassigned a value before the old one has been used. [redundantAssignment] > > Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx> > --- Applied to clk-next