ALSA: emu10k1: remove redundant assignment to tmp
authorColin Ian King <colin.king@canonical.com>
Tue, 17 Oct 2017 12:18:36 +0000 (13:18 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 17 Oct 2017 17:15:45 +0000 (19:15 +0200)
commitd368478b2995a1eda156b4fa8b0a9d0850f325ed
tree7991a19b365dfd32a1d7257c10b0ed660b01bf2a
parent067483577bce79e11afc41a29f38d43840e623de
ALSA: emu10k1: remove redundant assignment to tmp

The assignment to variable tmp is redundant as the value is never
read and a new value is assigned to tmp in the following for-loop,
so remove the assignment.
Cleans up clang warning: Value stored to 'tmp' is never read

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