Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6dbd3085 authored by Michal Simek's avatar Michal Simek
Browse files

Revert "microblaze: PCI fix typo fault in of_node pointer moving into pci_bus"



This reverts commit c9d761b7.

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

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent c9d761b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;