ALSA: pcsp: Use common error handling code in snd_card_pcsp_probe()
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 22 Aug 2017 15:33:33 +0000 (17:33 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 22 Aug 2017 15:49:21 +0000 (17:49 +0200)
commit2cded8c891fe04bea5772fad20c96c72315b9014
tree5c5b820749f36465373a824a85528fd4127fc947
parente8a91ae18bdc0bcedd2a07e42e66ca09dc2105d2
ALSA: pcsp: Use common error handling code in snd_card_pcsp_probe()

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 <elfring@users.sourceforge.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/pcsp/pcsp.c