mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
powerpc/pci: Clean up direct access to sysdata by powermac platforms
We shouldn't directly access sysdata to get the device node but call pci_bus_to_OF_node() for this purpose. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
bccd6f73f0
commit
95272262aa
@ -655,7 +655,7 @@ static int __init pmac_probe(void)
|
||||
/* Move that to pci.c */
|
||||
static int pmac_pci_probe_mode(struct pci_bus *bus)
|
||||
{
|
||||
struct device_node *node = bus->sysdata;
|
||||
struct device_node *node = pci_bus_to_OF_node(bus);
|
||||
|
||||
/* We need to use normal PCI probing for the AGP bus,
|
||||
* since the device for the AGP bridge isn't in the tree.
|
||||
|
Loading…
Reference in New Issue
Block a user