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

Commit c9d761b7 authored by Michal Simek's avatar Michal Simek
Browse files

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: b5d937de)

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent ca12adc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -332,7 +332,7 @@ static void __devinit pcibios_scan_phb(struct pci_controller *hose)
		       hose->global_number);
		       hose->global_number);
		return;
		return;
	}
	}
	bus.dev->of_node = of_node_get(node);
	bus->dev.of_node = of_node_get(node);
	bus->secondary = hose->first_busno;
	bus->secondary = hose->first_busno;
	hose->bus = bus;
	hose->bus = bus;