]> git.baikalelectronics.ru Git - kernel.git/commit
[ALSA] hda-intel - Fix pci_disable_msi() call
authorTakashi Iwai <tiwai@suse.de>
Thu, 7 Sep 2006 10:40:00 +0000 (12:40 +0200)
committerJaroslav Kysela <perex@suse.cz>
Sat, 23 Sep 2006 08:46:42 +0000 (10:46 +0200)
commit8fcae5d594a214354b9922dbfd059cfc3d6d468f
tree889cc11043b4f3edd06a1aa8a0089aa06249eb36
parent9af3fd86564c0537e0286389b058eb9532871475
[ALSA] hda-intel - Fix pci_disable_msi() call

Fix the order to call pci_disable_msi() to be after free_irq().
(Otherwise pci_disable_msi() bugs you.)
Also, added a description of disable_msi option to documentation.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Documentation/sound/alsa/ALSA-Configuration.txt
sound/pci/hda/hda_intel.c