aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/usb/usbmixer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/usb/usbmixer.c b/sound/usb/usbmixer.c
index bfaec4fc1851..5683ae0b5ba1 100644
--- a/sound/usb/usbmixer.c
+++ b/sound/usb/usbmixer.c
@@ -1232,9 +1232,6 @@ static int build_audio_procunit(mixer_build_t *state, int unitid, unsigned char
1232 } 1232 }
1233 1233
1234 type = combine_word(&dsc[4]); 1234 type = combine_word(&dsc[4]);
1235 if (! type)
1236 return 0; /* undefined? */
1237
1238 for (info = list; info && info->type; info++) 1235 for (info = list; info && info->type; info++)
1239 if (info->type == type) 1236 if (info->type == type)
1240 break; 1237 break;