Commit c9d761b7c4b658a937a941aea2781f511a0ff3ec

Authored by Michal Simek
1 parent ca12adc8ca

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/microblaze/pci/pci_32.c
... ... @@ -332,7 +332,7 @@
332 332 hose->global_number);
333 333 return;
334 334 }
335   - bus.dev->of_node = of_node_get(node);
  335 + bus->dev.of_node = of_node_get(node);
336 336 bus->secondary = hose->first_busno;
337 337 hose->bus = bus;
338 338