ALSA: usb-audio - Fix an unused-variable compile warning
authorTakashi Iwai <tiwai@suse.de>
Thu, 16 Sep 2010 05:42:34 +0000 (07:42 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 16 Sep 2010 05:44:39 +0000 (07:44 +0200)
commit1a4e34e67c6de2385d9d493e69c0f6fce886b14d
tree6934740b3afa545faeb5bbc185cd9245caa8421d
parent645ef9ef1fc0ff70456495b1e21d3420b7b08541
ALSA: usb-audio - Fix an unused-variable compile warning

Used only when CONFIG_SND_DEBUG=y
  sound/usb/mixer.c: In function 'get_min_max':
  sound/usb/mixer.c:762: warning: unused variable 'chip'

Reported-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/mixer.c