]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: hda-intel - Fix race in remove
authorTakashi Iwai <tiwai@suse.de>
Thu, 13 Jul 2006 18:06:54 +0000 (20:06 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 25 Jul 2006 03:35:27 +0000 (20:35 -0700)
commite8967dfa4074fef1a114169b58ba05730165d143
tree6519945473c1cfe91cc138f8ed3ab75474ebaf78
parent7dd9dac03853e21bcc38f681bf01a890c24e1d15
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: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/hda/hda_intel.c