commit | a06702ca023feccb7c1a5171987f5cac959427ed | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Thu Feb 14 02:10:33 2019 +0000 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Feb 14 08:55:00 2019 +0100 |
tree | 9818b8307d8267ed33ccf346bee287418e98a4e7 | |
parent | 932a81519572156a88dbc2349d183c603446f9c4 [diff] |
ALSA: es1688: Remove set but not used variable 'hw' Fixes gcc '-Wunused-but-set-variable' warning: sound/isa/es1688/es1688_lib.c: In function 'snd_es1688_probe': sound/isa/es1688/es1688_lib.c:124:31: warning: variable 'hw' set but not used [-Wunused-but-set-variable] unsigned short major, minor, hw; ^ Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>