projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06ba255
)
[ARM] 4382/1: iop13xx: fix msi support
author
Dan Williams
<dan.j.williams@intel.com>
Tue, 15 May 2007 00:03:31 +0000
(
01:03
+0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 16 May 2007 14:35:27 +0000
(15:35 +0100)
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 <dan.j.williams@intel.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-iop13xx/msi.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-iop13xx/msi.c
b/arch/arm/mach-iop13xx/msi.c
index 2d2369302220b0ebbacf6eee86890ec0400a3cbd..062d2acdd5e5c9ad875609ce20acb04eeb862ff1 100644
(file)
--- 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
;
}