From 7f348a961215d49f2a8a81d0b0a1d114c9fc067e Mon Sep 17 00:00:00 2001 From: linas Date: Thu, 12 Jan 2006 14:36:25 -0600 Subject: [PATCH] --- yaml --- r: 19249 b: refs/heads/master c: 3c0c6441883be7676b795939e268b90d6acab360 h: refs/heads/master i: 19247: de487c1c173826cb87d9b8120e0c5e6958b41027 v: v3 --- [refs] | 2 +- trunk/drivers/pci/hotplug/rpadlpar_core.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e81f5745b775..20dac21de381 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dd8c49966854a5245f3ed4769c9114e7afd819ef +refs/heads/master: 3c0c6441883be7676b795939e268b90d6acab360 diff --git a/trunk/drivers/pci/hotplug/rpadlpar_core.c b/trunk/drivers/pci/hotplug/rpadlpar_core.c index 7d93dbaf628d..7f504b380f26 100644 --- a/trunk/drivers/pci/hotplug/rpadlpar_core.c +++ b/trunk/drivers/pci/hotplug/rpadlpar_core.c @@ -152,7 +152,7 @@ static struct pci_dev *dlpar_pci_add_bus(struct device_node *dn) pcibios_claim_one_bus(dev->bus); /* ioremap() for child bus, which may or may not succeed */ - (void) remap_bus_range(dev->bus); + remap_bus_range(dev->subordinate); /* Add new devices to global lists. Register in proc, sysfs. */ pci_bus_add_devices(phb->bus);