From: Colin King <[email protected]> Date: Wed, 27 May 2020 13:01:29 +0100
> From: Colin Ian King <[email protected]> > > Variable new_pvid is being assigned with a value that is never read, > the following if statement updates new_pvid with a new value in both > of the if paths. The assignment is redundant and can be removed. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian King <[email protected]> Applied to net-next, thanks.

