Skip to content
Commit a06702ca authored by YueHaibing's avatar YueHaibing Committed by Takashi Iwai
Browse files

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: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 932a8151
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment