]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix an "unused variable" compile warning
authorTakashi Iwai <tiwai@suse.de>
Fri, 27 Feb 2009 16:52:22 +0000 (17:52 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 27 Feb 2009 16:52:22 +0000 (17:52 +0100)
commit4ae0d0ed76abbdb8785056ee8c5e43593f22e94a
treea52b657bb390e0d9e2d77980a0df648f64f0113a
parentd16f776aa4711b9656adbf26b58bba96c1178e22
ALSA: hda - Fix an "unused variable" compile warning

Forgot to remove an unused variable.
  sound/pci/hda/patch_realtek.c: In function ‘alc882_auto_init_analog_input’:
  sound/pci/hda/patch_realtek.c:7018: warning: unused variable ‘vref’

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c