Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53377
b: refs/heads/master
c: b566147
h: refs/heads/master
i:
  53375: b493e10
v: v3
  • Loading branch information
Linas Vepstas authored and Greg Kroah-Hartman committed May 3, 2007
1 parent b1aefca commit 7f247bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 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: e70ea2634afe7d04ffaf7417df7bfdbfdc460e10
refs/heads/master: b5661479eeb863749ae28b9ee0dd288464311854
9 changes: 2 additions & 7 deletions trunk/drivers/pci/hotplug/rpadlpar_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,13 +387,8 @@ int dlpar_remove_pci_slot(char *drc_name, struct device_node *dn)
__FUNCTION__, drc_name);
return -EIO;
}
} else {
struct pci_dev *dev, *tmp;
list_for_each_entry_safe(dev, tmp, &bus->devices, bus_list) {
eeh_remove_bus_device(dev);
pci_remove_bus_device(dev);
}
}
} else
pcibios_remove_pci_devices(bus);

if (unmap_bus_range(bus)) {
printk(KERN_ERR "%s: failed to unmap bus range\n",
Expand Down

0 comments on commit 7f247bf

Please sign in to comment.