]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: usx2y: Use common error handling code in submit_urbs()
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 6 Sep 2017 13:00:08 +0000 (15:00 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 7 Sep 2017 08:28:30 +0000 (10:28 +0200)
commit0abc359dc16dfa2d3f6c2715aa5842ad45ec8cd6
tree2da9a3070c0a60bcbce8c91fce766bd1c718b1d6
parentb36b75786f37d070597c1a54963e7f95c3b0fdf8
ALSA: usx2y: Use common error handling code in submit_urbs()

Add a jump target so that a bit of exception handling can be better reused
at the end of this function.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/usx2y/usb_stream.c