Skip to content

Commit

Permalink
Revert "microblaze: PCI fix typo fault in of_node pointer moving into…
Browse files Browse the repository at this point in the history
… pci_bus"

This reverts commit c9d761b.

Ben' commit "microblaze/pci: Move the remains of pci_32.c to pci-common.c"
(sha1: bf13a6f)
completely removed pci_32.c that's why my fixing commit caused
the problem with merging and need to be revert.

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed Jul 26, 2011
1 parent c9d761b commit 6dbd308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/microblaze/pci/pci_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ static void __devinit pcibios_scan_phb(struct pci_controller *hose)
hose->global_number);
return;
}
bus->dev.of_node = of_node_get(node);
bus.dev->of_node = of_node_get(node);
bus->secondary = hose->first_busno;
hose->bus = bus;

Expand Down

0 comments on commit 6dbd308

Please sign in to comment.