]> 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)
committerTakashi Iwai <tiwai@suse.de>
Mon, 11 Feb 2013 15:52:46 +0000 (16:52 +0100)
commitdacae5a19b4cbe1b5e3a86de23ea74cbe9ec9652
tree64b108a9fc93221f56e3a9fec6b9b774ce98bf95
parentf49a59c4471d81a233e09dda45187cc44fda009d
ALSA: ali5451: remove irq enabling in pointer callback

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>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ali5451/ali5451.c