Quoting Colin Ian King (2022-04-24 11:22:27) > Variable width is being ininitialized with a value that is never read. > The ininitializtion is redundant and can be removed. Move the variable > to the scope it is required. > > Cleans up cppcheck warning: > Variable 'width' is assigned a value that is never used. > > Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx> > --- Applied to clk-next