Re: [PATCH] ALSA: isa/wavefront: remove redundant assignment to pointer bptr

2019-08-01 Thread Takashi Iwai
On Thu, 01 Aug 2019 18:28:24 +0200, Colin King wrote: > > From: Colin Ian King > > 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:

[PATCH] ALSA: isa/wavefront: remove redundant assignment to pointer bptr

2019-08-01 Thread Colin King
From: Colin Ian King 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 ---