]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ALSA: cmipci: Use common error handling code in snd_cmipci_probe()
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 22 Aug 2017 17:58:30 +0000 (19:58 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 22 Aug 2017 18:06:10 +0000 (20:06 +0200)
commite17a85eccfa0b7d0089af218b0c468d4b8a3c3c2
tree24582ae4bc8fd157948e388b5cb1fb28d3ec7afb
parent62a939477173fabfe9f52114fab878a00b87f9a3
ALSA: cmipci: Use common error handling code in snd_cmipci_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/pci/cmipci.c