Re: [PATCH v2] ALSA: Fireface: Use common error handling code in pcm_open()

2017-08-23 Thread Takashi Iwai
On Wed, 23 Aug 2017 14:54:32 +0200, SF Markus Elfring wrote: > > From: Markus Elfring > Date: Wed, 23 Aug 2017 14:45:20 +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 softwar

Re: [PATCH v2] ALSA: Fireface: Use common error handling code in pcm_open()

2017-08-23 Thread Takashi Sakamoto
On Aug 23 2017 21:54, SF Markus Elfring wrote: From: Markus Elfring Date: Wed, 23 Aug 2017 14:45:20 +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 Elf