]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
Revert "microblaze: PCI fix typo fault in of_node pointer moving into pci_bus"
authorMichal Simek <monstr@monstr.eu>
Tue, 26 Jul 2011 09:24:56 +0000 (11:24 +0200)
committerMichal Simek <monstr@monstr.eu>
Tue, 26 Jul 2011 09:29:54 +0000 (11:29 +0200)
This reverts commit c9d761b7c4b658a937a941aea2781f511a0ff3ec.

Ben' commit "microblaze/pci: Move the remains of pci_32.c to pci-common.c"
(sha1: bf13a6fa09b8db7f1fd59b5e2ed3674a89a6a25c)
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 <monstr@monstr.eu>
arch/microblaze/pci/pci_32.c

index 9fafb0dd9c2ae09f4d37172e2a1983a69344ea2a..92728a6cfd80c8a95b0ef1b2bf7dea10a5f25aed 100644 (file)
@@ -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;