ALSA: hda-intel - Fix race in remove
authorTakashi Iwai <tiwai@suse.de>
Tue, 5 Sep 2006 19:39:12 +0000 (21:39 +0200)
committerAdrian Bunk <bunk@stusta.de>
Tue, 5 Sep 2006 19:39:12 +0000 (21:39 +0200)
commit5491089121757e72380f6725d3a49a63e97b31d8
treeb12a595959395e0473f16bd3e58050968c0979a0
parentf05a9cc4176c1432bca85b184bcacea7d83cf84e
ALSA: hda-intel - Fix race in remove

Call iounmap after free_irq to avoid invalid accesses in the
shared irq.  The patch is taken from
        https://bugzilla.novell.com/show_bug.cgi?id=167869

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
sound/pci/hda/hda_intel.c