diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-24 23:08:54 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-24 23:08:54 +0100 |
commit | f949c0edd84101bfd30b3e7389c1a12b067e561d (patch) | |
tree | ba39033c089a66a8d4ac058f3f03a8ed2a488f91 /arch/arm/mach-footbridge/ebsa285-pci.c | |
parent | 119c4b1257e44d9ec981465ccb80aba427a96dda (diff) | |
parent | 92d2040d78f662f634efce7a5106bbed70b8708b (diff) |
Merge branch 'master' into devel
Diffstat (limited to 'arch/arm/mach-footbridge/ebsa285-pci.c')
-rw-r--r-- | arch/arm/mach-footbridge/ebsa285-pci.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-footbridge/ebsa285-pci.c b/arch/arm/mach-footbridge/ebsa285-pci.c index 720c0bac1702..e5ab5bddbc8c 100644 --- a/arch/arm/mach-footbridge/ebsa285-pci.c +++ b/arch/arm/mach-footbridge/ebsa285-pci.c @@ -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]; |