On Sat, 08 Feb 2020 23:20:06 +0100, Colin King wrote: > > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > Variable err is being assigned with a value that is never read, it is > assigned a new value in the next statement. The assignment is redundant > and can be removed. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Thanks, applied. Takashi