]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: rme32.c irq enabling after spin_lock_irq
authorDenis Efremov <yefremov.denis@gmail.com>
Mon, 11 Feb 2013 15:04:06 +0000 (19:04 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Feb 2013 13:38:29 +0000 (05:38 -0800)
commit9ac6988465b1290fb70dfd9fdea1405e47b14dd0
treebe0684bb5245a5720b5cc770099386f54080a1f8
parent156b3e8aba7fb45d2e5460e095b424a984258936
ALSA: rme32.c irq enabling after spin_lock_irq

commit f49a59c4471d81a233e09dda45187cc44fda009d upstream.

According to the other code in this driver and similar
code in rme96 it seems, that spin_lock_irq in
snd_rme32_capture_close function should be paired
with spin_unlock_irq.

Found by Linux Driver Verification project (linuxtesting.org).

Signed-off-by: Denis Efremov <yefremov.denis@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/rme32.c