Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e702a7155d14a6e11645e17d829217ae98fd45bb
Commit:     e702a7155d14a6e11645e17d829217ae98fd45bb
Parent:     06ba255571b0a2f1fb7e49e7406364e4194f4e10
Author:     Dan Williams <[EMAIL PROTECTED]>
AuthorDate: Tue May 15 01:03:31 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Wed May 16 15:35:27 2007 +0100

    [ARM] 4382/1: iop13xx: fix msi support
    
    updates iop13xx msi support for a msi api change in 2.6.22
    
    rev7:
    * update for Michael Ellerman's "MSI: arch must connect the irq and the
      msi_desc" patch
    
    Signed-off-by: Dan Williams <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 arch/arm/mach-iop13xx/msi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-iop13xx/msi.c b/arch/arm/mach-iop13xx/msi.c
index 2d23693..062d2ac 100644
--- a/arch/arm/mach-iop13xx/msi.c
+++ b/arch/arm/mach-iop13xx/msi.c
@@ -190,5 +190,5 @@ int arch_setup_msi_irq(struct pci_dev *pdev, struct 
msi_desc *desc)
        write_msi_msg(irq, &msg);
        set_irq_chip_and_handler(irq, &iop13xx_msi_chip, handle_simple_irq);
 
-       return irq;
+       return 0;
 }
-
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