ALSA: sb: remove redundant assignment to variable result
authorColin Ian King <colin.king@canonical.com>
Tue, 13 Aug 2019 14:01:51 +0000 (15:01 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 14 Aug 2019 15:44:06 +0000 (17:44 +0200)
commitd7da429339f503854b777ed941456841a72b48b6
treef36adc6dca2c2c128020eb7619f4c693e352cf6b
parent31fa571c01d869c659d6bc0a7960a55ce314923c
ALSA: sb: remove redundant assignment to variable result

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 <colin.king@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/sb/sb_common.c