diff options
| author | Rob Herring <[email protected]> | 2020-07-22 02:24:57 +0000 |
|---|---|---|
| committer | Lorenzo Pieralisi <[email protected]> | 2020-07-23 10:20:49 +0000 |
| commit | 6a589900d05091dfec6d9d1f35245a6578cccee6 (patch) | |
| tree | 6268b4cae54c79763af4128e996cd05d285a28d4 /drivers/pci/controller/pci-versatile.c | |
| parent | PCI: versatile: Drop flag PCI_ENABLE_PROC_DOMAINS (diff) | |
| download | kernel-6a589900d05091dfec6d9d1f35245a6578cccee6.tar.gz kernel-6a589900d05091dfec6d9d1f35245a6578cccee6.zip | |
PCI: Set default bridge parent device
The host bridge's parent device is always the platform device. As we
already have a pointer to it in the devres functions, let's initialize
the parent device. Drivers can still override the parent if desired.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Acked-by: Bjorn Helgaas <[email protected]>
Cc: Lorenzo Pieralisi <[email protected]>
Cc: Bjorn Helgaas <[email protected]>
Diffstat (limited to 'drivers/pci/controller/pci-versatile.c')
| -rw-r--r-- | drivers/pci/controller/pci-versatile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/controller/pci-versatile.c b/drivers/pci/controller/pci-versatile.c index 39ed7a171fac..ea1889cad722 100644 --- a/drivers/pci/controller/pci-versatile.c +++ b/drivers/pci/controller/pci-versatile.c @@ -153,7 +153,6 @@ static int versatile_pci_probe(struct platform_device *pdev) pci_add_flags(PCI_REASSIGN_ALL_BUS); - bridge->dev.parent = dev; bridge->sysdata = NULL; bridge->busnr = 0; bridge->ops = &pci_versatile_ops; |
