[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-b5710ce92a8cf8e3fc0ffc230cfdbfa23463f1c8@git.kernel.org>
Date: Tue, 12 May 2009 16:48:28 GMT
From: tip-bot for Cyrill Gorcunov <gorcunov@...nvz.org>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
yinghai@...nel.org, gorcunov@...nvz.org, tglx@...utronix.de,
mingo@...e.hu
Subject: [tip:irq/numa] x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector(), fix
Commit-ID: b5710ce92a8cf8e3fc0ffc230cfdbfa23463f1c8
Gitweb: http://git.kernel.org/tip/b5710ce92a8cf8e3fc0ffc230cfdbfa23463f1c8
Author: Cyrill Gorcunov <gorcunov@...nvz.org>
AuthorDate: Tue, 12 May 2009 18:51:28 +0400
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Tue, 12 May 2009 17:04:02 +0200
x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector(), fix
Fix trivial typo in the drivers/pci/hotplug/ibmphp_core.c changes.
[ Impact: build fix ]
Signed-off-by: Cyrill Gorcunov <gorcunov@...nvz.org>
CC: Yinghai Lu <yinghai@...nel.org>
Cc: eswierk@...stanetworks.com
LKML-Reference: <20090512145128.GA10220@...ovo>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
drivers/pci/hotplug/ibmphp_core.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/pci/hotplug/ibmphp_core.c b/drivers/pci/hotplug/ibmphp_core.c
index ef53b05..79901a0 100644
--- a/drivers/pci/hotplug/ibmphp_core.c
+++ b/drivers/pci/hotplug/ibmphp_core.c
@@ -161,7 +161,7 @@ int ibmphp_init_devno(struct slot **cur_slot)
(*cur_slot)->device = PCI_SLOT(rtable->slots[loop].devfn);
for (i = 0; i < 4; i++)
(*cur_slot)->irq[i] = IO_APIC_get_PCI_irq_vector((int) (*cur_slot)->bus,
- (int) (*cur_slot)->device, i.
+ (int) (*cur_slot)->device, i,
&ioapic, &ioapic_pin,
&triggering, &polarity);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists