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)
commitec1f43c83b9df3052209e0c7e7d936e15251c867
tree3651e654b932062f1942a515c8ef95b6f862c5e1
parent30b2aeb8a85c2f91f23c95e2b6723a464d0ee6d3
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