From: Colin King <[email protected]> Date: Thu, 5 Sep 2019 15:01:35 +0100
> From: Colin Ian King <[email protected]> > > 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 <[email protected]> Applied to net-next, thanks.

