Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198544
b: refs/heads/master
c: 49b95e2
h: refs/heads/master
v: v3
  • Loading branch information
Andrea Gelmini authored and Russell King committed May 24, 2010
1 parent 429f6e7 commit 109132d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a04dd9fd97e2179700c0f3391523ee8909d53b72
refs/heads/master: 49b95e282608f2683ea5be46a581e819bce20f5f
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-footbridge/ebsa285-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ static int __init ebsa285_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
if (dev->vendor == PCI_VENDOR_ID_CONTAQ &&
dev->device == PCI_DEVICE_ID_CONTAQ_82C693)
switch (PCI_FUNC(dev->devfn)) {
case 1: return 14;
case 2: return 15;
case 3: return 12;
case 1: return 14;
case 2: return 15;
case 3: return 12;
}

return irqmap_ebsa285[(slot + pin) & 3];
Expand Down

0 comments on commit 109132d

Please sign in to comment.