[ALSA] Fix possible races at free_irq in PCI drivers
authorTakashi Iwai <tiwai@suse.de>
Tue, 22 Apr 2008 15:28:11 +0000 (17:28 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Apr 2008 10:00:41 +0000 (12:00 +0200)
commitebf029da38829ede6b53ac8a5ad45b149064ea16
treeaebf6bddd245a874577fc321978b3f7137e8ac39
parent6b9a9b329640b7e8143df7b2782884ea758650f7
[ALSA] Fix possible races at free_irq in PCI drivers

The irq handler of PCI drivers must be released before releasing other
resources since the handler for a shared irq can be still called and
may access the freed resource again.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ca0106/ca0106_main.c
sound/pci/cs46xx/cs46xx_lib.c
sound/pci/echoaudio/echoaudio.c
sound/pci/emu10k1/emu10k1_main.c
sound/pci/emu10k1/emu10k1x.c
sound/pci/intel8x0m.c
sound/pci/korg1212/korg1212.c
sound/pci/nm256/nm256.c
sound/pci/trident/trident_main.c