]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: timer: Use common error handling code in alsa_timer_init()
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 23 Aug 2017 07:30:41 +0000 (09:30 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 23 Aug 2017 08:39:09 +0000 (10:39 +0200)
commit1bd6f72e55b7e20fe636e884bc71d030554699ed
tree788be833486080edb5de61dd15d966112b31e056
parent39e25616cc8373badb7430c8443cb1ced7e449d4
ALSA: timer: Use common error handling code in alsa_timer_init()

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/core/timer.c