Re: [PATCH 1/2] ALSA: us122l: Use common error handling code in us122l_create_card()

2017-09-07 Thread Takashi Iwai
On Wed, 06 Sep 2017 15:16:29 +0200, SF Markus Elfring wrote: > > From: Markus Elfring > Date: Wed, 6 Sep 2017 14:45:09 +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 1/2] ALSA: us122l: Use common error handling code in us122l_create_card()

2017-09-06 Thread SF Markus Elfring
From: Markus Elfring Date: Wed, 6 Sep 2017 14:45:09 +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/us122l.c | 10 ++---