On Thu, 01 Aug 2019 18:28:24 +0200, Colin King wrote: > > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > The pointer bptr is being assigned a value that is never read > and it is being updated in the next statement with a new value. > The initialization is redundant and can be removed. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Applied, thanks. Takashi