Skip to content

Commit

Permalink
microblaze: PCI fix typo fault in of_node pointer moving into pci_bus
Browse files Browse the repository at this point in the history
Bug introduces in:
powerpc/pci: Make both ppc32 and ppc64 use sysdata for pci_controller
(sha1: b5d937d)

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed Jul 25, 2011
1 parent ca12adc commit c9d761b
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 c9d761b

Please sign in to comment.