From: Colin King <colin.king@xxxxxxxxxxxxx> Date: Fri, 24 Jul 2020 14:09:19 +0100 > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > The variable status is being initialized with a value that is never read > and it is being updated later with a new value. The initialization is > redundant and can be removed. Also put the variable declarations into > reverse christmas tree order. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> > Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@xxxxxxxxx> > --- > > V2: put variable declarations into reverse christmas tree order. Applied to net-next, thanks.