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

2017-08-22 Thread Dan Carpenter
On Tue, Aug 22, 2017 at 03:43:03PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Tue, 22 Aug 2017 15:00:27 +0200 > > Add jump targets so that a bit of exception handling can be better reused > at the end of these functions. > > This issue was

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

2017-08-22 Thread Dan Carpenter
On Tue, Aug 22, 2017 at 03:43:03PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Tue, 22 Aug 2017 15:00:27 +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

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

2017-08-22 Thread SF Markus Elfring
From: Markus Elfring Date: Tue, 22 Aug 2017 15:00:27 +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

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

2017-08-22 Thread SF Markus Elfring
From: Markus Elfring Date: Tue, 22 Aug 2017 15:00:27 +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/pci/maestro3.c | 55