]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: mpu401: Use common error handling code in snd_mpu401_uart_new()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 12 Aug 2017 18:40:17 +0000 (20:40 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sat, 12 Aug 2017 21:35:24 +0000 (23:35 +0200)
commitfa7c4b85be04a3bc916b7ef735fd4cda2655dad4
tree3651e654b932062f1942a515c8ef95b6f862c5e1
parent9f02fdd2fb02cb95dd2a465ef6bca9139e1d2937
ALSA: mpu401: Use common error handling code in snd_mpu401_uart_new()

Add a jump target so that a bit of exception handling can be better reused
at the end of this function.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/mpu401/mpu401_uart.c