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

Commit 878194c8 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: pci_controller->arch_data really is a struct device_node *



we are follow powerpc change:
44ef3390

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 296e2603
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -256,7 +256,7 @@ int of_irq_map_pci(struct pci_dev *pdev, struct of_irq *out_irq)
		if (ppdev == NULL) {
			struct pci_controller *host;
			host = pci_bus_to_host(pdev->bus);
			ppnode = host ? host->arch_data : NULL;
			ppnode = host ? host->dn : NULL;
			/* No node for host bridge ? give up */
			if (ppnode == NULL)
				return -EINVAL;