commit | 067483577bce79e11afc41a29f38d43840e623de | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Oct 17 12:53:21 2017 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Oct 17 14:14:04 2017 +0200 |
tree | 511c98c9cd8f650b162bb47dd70b6e6812e4a400 | |
parent | a6162afa7135548973ba633c7795db9648fbd4a2 [diff] |
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>