Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356385
b: refs/heads/master
c: d35d142
h: refs/heads/master
i:
  356383: 30e4430
v: v3
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and Benjamin Herrenschmidt committed Jan 10, 2013
1 parent 7baac9d commit 31eb82c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 7f966d394d6630313e02679de1875f67978f8bdd
refs/heads/master: d35d1424045df0a8ce125c7de59b4e7ad3c873fb
4 changes: 0 additions & 4 deletions trunk/arch/powerpc/kernel/of_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,8 @@ static int of_pci_phb_probe(struct platform_device *dev)
eeh_dev_phb_init_dynamic(phb);

/* Register devices with EEH */
#ifdef CONFIG_EEH
if (dev->dev.of_node->child)
eeh_add_device_tree_early(dev->dev.of_node);
#endif /* CONFIG_EEH */

/* Scan the bus */
pcibios_scan_phb(phb);
Expand All @@ -88,9 +86,7 @@ static int of_pci_phb_probe(struct platform_device *dev)
pcibios_claim_one_bus(phb->bus);

/* Finish EEH setup */
#ifdef CONFIG_EEH
eeh_add_device_tree_late(phb->bus);
#endif

/* Add probed PCI devices to the device model */
pci_bus_add_devices(phb->bus);
Expand Down

0 comments on commit 31eb82c

Please sign in to comment.