On Wed, May 27, 2020 at 09:15:55AM +0100, Colin King wrote: > From: Colin Ian King <[email protected]> > > The pointer br_dev is being initialized with a value that is never read > and is being updated with a new value later on. The initialization > is redundant and can be removed. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Ido Schimmel <[email protected]> Thanks
