From: Colin King <[email protected]> Date: Fri, 24 Jul 2020 14:09:19 +0100
> From: Colin Ian King <[email protected]> > > 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 <[email protected]> > Acked-by: Marcelo Ricardo Leitner <[email protected]> > --- > > V2: put variable declarations into reverse christmas tree order. Applied to net-next, thanks.

