diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-03-05 21:19:51 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-09 16:03:05 -0500 |
commit | 65efffa8f0cd86a199bf19ede5c91552d35c5a38 (patch) | |
tree | fd5449b72e4a08acedbaba1a315daa455962b020 /drivers/firewire/fw-ohci.c | |
parent | 373b2edd864b8753419521b715bd1ddafd2f2af3 (diff) |
firewire: Scheduled removal of SA_xxx interrupt flags fixups 3
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>
Diffstat (limited to 'drivers/firewire/fw-ohci.c')
-rw-r--r-- | drivers/firewire/fw-ohci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-ohci.c b/drivers/firewire/fw-ohci.c index 57eba7002b60..508154104328 100644 --- a/drivers/firewire/fw-ohci.c +++ b/drivers/firewire/fw-ohci.c | |||
@@ -1101,7 +1101,7 @@ static int ohci_enable(struct fw_card *card, u32 *config_rom, size_t length) | |||
1101 | reg_write(ohci, OHCI1394_AsReqFilterHiSet, 0x80000000); | 1101 | reg_write(ohci, OHCI1394_AsReqFilterHiSet, 0x80000000); |
1102 | 1102 | ||
1103 | if (request_irq(dev->irq, irq_handler, | 1103 | if (request_irq(dev->irq, irq_handler, |
1104 | SA_SHIRQ, ohci_driver_name, ohci)) { | 1104 | IRQF_SHARED, ohci_driver_name, ohci)) { |
1105 | fw_error("Failed to allocate shared interrupt %d.\n", | 1105 | fw_error("Failed to allocate shared interrupt %d.\n", |
1106 | dev->irq); | 1106 | dev->irq); |
1107 | dma_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, | 1107 | dma_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, |