[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)
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>

No differences found