|
@@ -574,8 +574,7 @@ static void pci_dma_bus_setup_pSeries(struct pci_bus *bus)
|
|
while (isa_dn && isa_dn != dn)
|
|
while (isa_dn && isa_dn != dn)
|
|
isa_dn = isa_dn->parent;
|
|
isa_dn = isa_dn->parent;
|
|
|
|
|
|
- if (isa_dn_orig)
|
|
|
|
- of_node_put(isa_dn_orig);
|
|
|
|
|
|
+ of_node_put(isa_dn_orig);
|
|
|
|
|
|
/* Count number of direct PCI children of the PHB. */
|
|
/* Count number of direct PCI children of the PHB. */
|
|
for (children = 0, tmp = dn->child; tmp; tmp = tmp->sibling)
|
|
for (children = 0, tmp = dn->child; tmp; tmp = tmp->sibling)
|