On Fri, 8 May 2020 23:40:26 +0100 Colin King wrote: > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > The variable ret is being assigned with a value that is never read, > the assignment is redundant and can be removed. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Applied, thank you!