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

2017-09-07 Thread Takashi Iwai
On Tue, 05 Sep 2017 22:38:16 +0200, SF Markus Elfring wrote: > > From: Markus Elfring > Date: Tue, 5 Sep 2017 22:22:21 +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: rme9652: Use common error handling code in snd_hdspm_probe()

2017-09-05 Thread SF Markus Elfring
From: Markus Elfring Date: Tue, 5 Sep 2017 22:22:21 +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/pci/rme9652/hdspm.c | 16