firewire: Scheduled removal of SA_xxx interrupt flags fixups 3
authorThomas Gleixner <tglx@linutronix.de>
Tue, 6 Mar 2007 02:19:51 +0000 (18:19 -0800)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Fri, 9 Mar 2007 21:03:05 +0000 (22:03 +0100)
The obsolete SA_xxx interrupt flags have been used despite the scheduled
removal.  Fixup the remaining users in -mm.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/fw-ohci.c

index 57eba70..5081541 100644 (file)
@@ -1101,7 +1101,7 @@ static int ohci_enable(struct fw_card *card, u32 *config_rom, size_t length)
        reg_write(ohci, OHCI1394_AsReqFilterHiSet, 0x80000000);
 
        if (request_irq(dev->irq, irq_handler,
-                       SA_SHIRQ, ohci_driver_name, ohci)) {
+                       IRQF_SHARED, ohci_driver_name, ohci)) {
                fw_error("Failed to allocate shared interrupt %d.\n",
                         dev->irq);
                dma_free_coherent(ohci->card.device, CONFIG_ROM_SIZE,