Quoting Colin Ian King (2024-02-16 06:01:32) > The variable 'rate' being assigned a value that is never read, the > assignment is redundant and can be removed. > > Cleans up clang scan build warning: > drivers/clk/clk-cdce925.c:104:3: warning: Value stored to 'rate' is > never read [deadcode.DeadStores] > > Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx> > --- Applied to clk-next