Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=65efffa8f0cd86a199bf19ede5c91552d35c5a38
Commit:     65efffa8f0cd86a199bf19ede5c91552d35c5a38
Parent:     373b2edd864b8753419521b715bd1ddafd2f2af3
Author:     Thomas Gleixner <[EMAIL PROTECTED]>
AuthorDate: Mon Mar 5 18:19:51 2007 -0800
Committer:  Stefan Richter <[EMAIL PROTECTED]>
CommitDate: Fri Mar 9 22:03:05 2007 +0100

    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 <[EMAIL PROTECTED]>
    Acked-by: Ingo Molnar <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Kristian Høgsberg <[EMAIL PROTECTED]>
    Signed-off-by: Stefan Richter <[EMAIL PROTECTED]>
---
 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 57eba70..5081541 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)
        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,
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to