On Fri, 8 May 2020 23:58:10 +0100 Colin King wrote: > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > 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 <colin.king@xxxxxxxxxxxxx> Applied, thank you!