Re: [PATCH] ALSA: core: Use common error handling code in two functions

2017-08-22 Thread Takashi Iwai
On Tue, 22 Aug 2017 21:12:02 +0200, SF Markus Elfring wrote: > > From: Markus Elfring > Date: Tue, 22 Aug 2017 21:01:01 +0200 > > Add jump targets so that a bit of exception handling can be better reused > at the end of these functions. > > This issue was detected by using the Coccinelle softwa

[PATCH] ALSA: core: Use common error handling code in two functions

2017-08-22 Thread SF Markus Elfring
From: Markus Elfring Date: Tue, 22 Aug 2017 21:01:01 +0200 Add jump targets so that a bit of exception handling can be better reused at the end of these functions. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- sound/core/pcm.c | 30 +