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