From: Colin King <colin.king@xxxxxxxxxxxxx> Date: Tue, 27 Aug 2019 12:47:39 +0100 > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > Variable result is being assigned a value that is never read and result > is being re-assigned a little later on. The assignment is redundant > and hence can be removed. > > Addresses-Coverity: ("Ununsed value") > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Applied to net-next.