]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: ali5451: remove irq enabling in pointer callback
authorDenis Efremov <yefremov.denis@gmail.com>
Mon, 11 Feb 2013 15:49:48 +0000 (19:49 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Feb 2013 13:38:29 +0000 (05:38 -0800)
commit156b3e8aba7fb45d2e5460e095b424a984258936
tree27b3201c17e9022c33ca6a91579623dde823aa5e
parent3b35e5879575980379a7f8dae5d03664440fb39f
ALSA: ali5451: remove irq enabling in pointer callback

commit dacae5a19b4cbe1b5e3a86de23ea74cbe9ec9652 upstream.

snd_ali_pointer function is called with local
interrupts disabled. However it seems very strange to
reenable them in such way.

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/ali5451/ali5451.c