ALSA: echoaudio: remove redundant assignment to variable i
authorColin Ian King <colin.i.king@gmail.com>
Tue, 5 Apr 2022 13:54:12 +0000 (14:54 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 5 Apr 2022 16:19:29 +0000 (18:19 +0200)
commit6ac2eec3f008ed08dd20a9e3d598d792aee779ad
treec3f493f4906677bd7728c1533158f31047ccdf25
parente7ff672165c081e115aa8dbba52c9f6aa3078ce8
ALSA: echoaudio: remove redundant assignment to variable i

The variable i is being assigned a value that is never read, it
is being re-assigned in the following for-loop. The assignment is
redundant and can be removed.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20220405135412.199251-1-colin.i.king@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/echoaudio/midi.c