From: Takashi Iwai Date: Tue, 21 Nov 2006 11:14:23 +0000 (+0100) Subject: [ALSA] Remove IRQF_DISABLED for shared PCI irqs X-Git-Tag: v2.6.20-rc2~86^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=437a5a4606c12ab904793a7cad5b2062fc76c04e;p=pandora-kernel.git [ALSA] Remove IRQF_DISABLED for shared PCI irqs 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 Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed