[ALSA] Remove IRQF_DISABLED for shared PCI irqs
authorTakashi Iwai <tiwai@suse.de>
Tue, 21 Nov 2006 11:14:23 +0000 (12:14 +0100)
committerJaroslav Kysela <perex@server.perex.cz>
Wed, 20 Dec 2006 07:55:57 +0000 (08:55 +0100)
Fix IRQ flags for PCI devices.
The shared IRQs for PCI devices shouldn't be allocated with
IRQF_DISABLED.  Also, when MSI is enabled, IRQF_SHARED shouldn't
be used.
The patch removes unnecessary cast in request_irq and free_irq,
too.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>

No differences found