]> git.kernelconcepts.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 14:32:23 +0000 (06:32 -0800)
commit89251132aead7e623602604146d0b30e265c9259
tree913fc6f33a9d80334572dbf6b5a6bed6805830fb
parentbdc82b1e7a4dfc5b287d3f52e173ba8e0183be15
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