summaryrefslogtreecommitdiff
path: root/sound/usb
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2019-08-26 16:45:50 +0300
committerTakashi Iwai <tiwai@suse.de>2019-08-26 15:51:39 +0200
commitb39e077fcb283dd96dd251a3abeba585402c61fe (patch)
tree4d331c9486675a1eb25959e1ba04b25d5cd96753 /sound/usb
parent60849562a5db4a1eee2160167e4dce4590d3eafe (diff)
ALSA: usb-audio: remove some dead code
We recently cleaned up the error handling in commit 52c3e317a857 ("ALSA: usb-audio: Unify the release of usb_mixer_elem_info objects") but accidentally left this stray return. Fixes: 52c3e317a857 ("ALSA: usb-audio: Unify the release of usb_mixer_elem_info objects") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb')
-rw-r--r--sound/usb/mixer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/usb/mixer.c b/sound/usb/mixer.c
index 83d22f241bdd..3fd1d1749edf 100644
--- a/sound/usb/mixer.c
+++ b/sound/usb/mixer.c
@@ -2651,7 +2651,6 @@ static int parse_audio_selector_unit(struct mixer_build *state, int unitid,
usb_audio_err(state->chip, "cannot malloc kcontrol\n");
err = -ENOMEM;
goto error_name;
- return -ENOMEM;
}
kctl->private_value = (unsigned long)namelist;
kctl->private_free = usb_mixer_selector_elem_free;