]> git.ipfire.org Git - thirdparty/linux.git/commit
ALSA: es1688: Remove set but not used variable 'hw'
authorYueHaibing <yuehaibing@huawei.com>
Thu, 14 Feb 2019 02:10:33 +0000 (02:10 +0000)
committerTakashi Iwai <tiwai@suse.de>
Thu, 14 Feb 2019 07:55:00 +0000 (08:55 +0100)
commita06702ca023feccb7c1a5171987f5cac959427ed
tree9818b8307d8267ed33ccf346bee287418e98a4e7
parent932a81519572156a88dbc2349d183c603446f9c4
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>
sound/isa/es1688/es1688_lib.c