[PATCH] irq-flags: isdn: Use the new IRQF_ constants
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@elte.hu> Cc: "David S. Miller" <davem@davemloft.net> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Karsten Keil <kkeil@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Esse commit está contido em:

commit de
Linus Torvalds

pai
272ee69c65
commit
9ba02bec38
@@ -374,7 +374,7 @@ setup_sct_quadro(struct IsdnCard *card)
|
||||
pci_ioaddr5 &= PCI_BASE_ADDRESS_IO_MASK;
|
||||
/* Take over */
|
||||
cs->irq = pci_irq;
|
||||
cs->irq_flags |= SA_SHIRQ;
|
||||
cs->irq_flags |= IRQF_SHARED;
|
||||
/* pci_ioaddr1 is unique to all subdevices */
|
||||
/* pci_ioaddr2 is for the fourth subdevice only */
|
||||
/* pci_ioaddr3 is for the third subdevice only */
|
||||
|
Referência em uma nova issue
Block a user