mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 22:21:42 +00:00
microblaze: PCI fix typo fault in of_node pointer moving into pci_bus
Bug introduces in:
powerpc/pci: Make both ppc32 and ppc64 use sysdata for pci_controller
(sha1: b5d937de03
)
Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
ca12adc8ca
commit
c9d761b7c4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user