Re: [PATCH] net: lio_core: remove redundant assignment to variable tx_done

2020-05-08 Thread Jakub Kicinski
On Fri, 8 May 2020 23:58:10 +0100 Colin King wrote: > From: Colin Ian King > > The variable tx_done is being assigned with a value that is never read > as the function returns a few statements later. The assignment is > redundant and can be removed. > > Addresses-Coverity: ("Unused value") > S

[PATCH] net: lio_core: remove redundant assignment to variable tx_done

2020-05-08 Thread Colin King
From: Colin Ian King The variable tx_done is being assigned with a value that is never read as the function returns a few statements later. The assignment is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King --- drivers/net/ethernet/cavium/liquid