commit | d368478b2995a1eda156b4fa8b0a9d0850f325ed | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Oct 17 13:18:36 2017 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Oct 17 19:15:45 2017 +0200 |
tree | 7991a19b365dfd32a1d7257c10b0ed660b01bf2a | |
parent | 067483577bce79e11afc41a29f38d43840e623de [diff] |
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>