Re: [PATCH] ALSA: sb: remove redundant assignment to variable result

2019-08-14 Thread Takashi Iwai
On Tue, 13 Aug 2019 16:01:51 +0200, Colin King wrote: > > From: Colin Ian King > > Variable result is initialized to a value that is never read and it is > re-assigned later. The initialization is redundant and can be removed. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian

[PATCH] ALSA: sb: remove redundant assignment to variable result

2019-08-13 Thread Colin King
From: Colin Ian King Variable result is initialized to a value that is never read and it is re-assigned later. The initialization is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King --- sound/isa/sb/sb_common.c | 2 +- 1 file changed, 1 insertion