]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: ens137x: remove redundant variable result
authorColin Ian King <colin.king@canonical.com>
Sun, 15 Oct 2017 21:16:45 +0000 (22:16 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 16 Oct 2017 11:36:24 +0000 (13:36 +0200)
commit45c4e7f72483ecfc424ec0e2707d4504dd9968a6
tree0c42642e14bbfb696e5d44531d888ea52fa559ea
parent27506074a058e9444bd58f0580a5c9b73755065d
ALSA: ens137x: remove redundant variable result

Variable result is being assigned a value from a calculation
however the variable is never read, so this redundant variable
can be removed.

Cleans up clang warning: Value stored to 'result' is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ens1370.c