From: Colin King <colin.king@xxxxxxxxxxxxx> Date: Thu, 5 Sep 2019 15:01:35 +0100 > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > The variable rx_process_result is being initialized with a value that > is never read and is being re-assigned immediately afterwards. The > assignment is redundant, so replace it with the return from function > lan743x_rx_process_packet. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Applied to net-next, thanks.