From 8f38161d7fa319517965b6985f137313028c5305 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 26 Jul 2011 11:24:56 +0200 Subject: [PATCH] Revert "microblaze: PCI fix typo fault in of_node pointer moving into pci_bus" This reverts commit 7782f61df276c9c111500dcf454f1755d53f118a. Ben' commit "microblaze/pci: Move the remains of pci_32.c to pci-common.c" (sha1: 8c8f6e2dba5d09d5901d53aae533fe92c01c117f) completely removed pci_32.c that's why my fixing commit caused the problem with merging and need to be revert. Signed-off-by: Michal Simek --- arch/microblaze/pci/pci_32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/microblaze/pci/pci_32.c b/arch/microblaze/pci/pci_32.c index 9fafb0dd9c2ae..92728a6cfd80c 100644 --- a/arch/microblaze/pci/pci_32.c +++ b/arch/microblaze/pci/pci_32.c @@ -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; -- 2.39.5