ALSA: au88x0: remove redundant assignment of variable i
authorColin Ian King <colin.king@canonical.com>
Tue, 17 Oct 2017 11:53:21 +0000 (12:53 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 17 Oct 2017 12:14:04 +0000 (14:14 +0200)
commit067483577bce79e11afc41a29f38d43840e623de
tree511c98c9cd8f650b162bb47dd70b6e6812e4a400
parenta6162afa7135548973ba633c7795db9648fbd4a2
ALSA: au88x0: remove redundant assignment of variable i

The assignment to variable i is redundant as it is never read
because it is updated a little later on. Remove this assignment.
Cleans up clang warning: Value stored to 'i' is never read

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