diff options
author | Michal Simek <monstr@monstr.eu> | 2011-07-12 15:24:06 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2011-07-25 09:25:27 +0200 |
commit | c9d761b7c4b658a937a941aea2781f511a0ff3ec (patch) | |
tree | 2f7fa55f6468c2314c0c129db5e52a859b6c7c74 /arch | |
parent | ca12adc8ca6814d1949fcc6d83c1adda6dc9e2ef (diff) | |
download | talos-op-linux-c9d761b7c4b658a937a941aea2781f511a0ff3ec.tar.gz talos-op-linux-c9d761b7c4b658a937a941aea2781f511a0ff3ec.zip |
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: b5d937de0367d26f65b9af1aef5f2c34c1939be0)
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/microblaze/pci/pci_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/pci/pci_32.c b/arch/microblaze/pci/pci_32.c index 92728a6cfd80..9fafb0dd9c2a 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; |