Re: [PATCH 2/2] ALSA: usx2y: Use common error handling code in submit_urbs()

2017-09-07 Thread Takashi Iwai
On Wed, 06 Sep 2017 15:17:38 +0200, SF Markus Elfring wrote: > > From: Markus Elfring > Date: Wed, 6 Sep 2017 15:00:08 +0200 > > 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

[PATCH 2/2] ALSA: usx2y: Use common error handling code in submit_urbs()

2017-09-06 Thread SF Markus Elfring
From: Markus Elfring Date: Wed, 6 Sep 2017 15:00:08 +0200 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 --- sound/usb/usx2y/usb_stream.c | 18 +