[ALSA] hda-intel - Fix race in remove
authorTakashi Iwai <tiwai@suse.de>
Thu, 1 Jun 2006 09:42:14 +0000 (11:42 +0200)
committerJaroslav Kysela <perex@suse.cz>
Thu, 22 Jun 2006 19:34:07 +0000 (21:34 +0200)
commitf079c25ab8a7d223875c5bac9b23b484e4a18f88
treede5d3fbad8b2f9f7ff8b66410ab7eb7a96e63167
parent29463dfea754b8b360f638244f002c751aaad1b0
[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>
sound/pci/hda/hda_intel.c