summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
diff options
context:
space:
mode:
authorShawn Guo2018-07-01 05:54:51 +0200
committerLorenzo Pieralisi2018-07-13 15:10:55 +0200
commit53dd0c51f16be5f215d3ecad435062df99ee29ae (patch)
treedb18040f1117636def677c5855db33c57906798e /drivers/pci/controller
parentPCI: qcom: Drop unnecessary root_bus_nr setting (diff)
downloadkernel-qcow2-linux-53dd0c51f16be5f215d3ecad435062df99ee29ae.tar.gz
kernel-qcow2-linux-53dd0c51f16be5f215d3ecad435062df99ee29ae.tar.xz
kernel-qcow2-linux-53dd0c51f16be5f215d3ecad435062df99ee29ae.zip
PCI: spear13xx: Drop unnecessary root_bus_nr setting
Function dw_pcie_host_init() already initializes the root_bus_nr field of 'struct pcie_port', so the -1 assignment prior to calling dw_pcie_host_init() in platform specific driver is not really needed. Drop it. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Acked-by: Pratyush Anand <pratyush.anand@gmail.com>
Diffstat (limited to 'drivers/pci/controller')
-rw-r--r--drivers/pci/controller/dwc/pcie-spear13xx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/controller/dwc/pcie-spear13xx.c b/drivers/pci/controller/dwc/pcie-spear13xx.c
index ecb58f7b7566..7d0cdfd8138b 100644
--- a/drivers/pci/controller/dwc/pcie-spear13xx.c
+++ b/drivers/pci/controller/dwc/pcie-spear13xx.c
@@ -210,7 +210,6 @@ static int spear13xx_add_pcie_port(struct spear13xx_pcie *spear13xx_pcie,
return ret;
}
- pp->root_bus_nr = -1;
pp->ops = &spear13xx_pcie_host_ops;
ret = dw_pcie_host_init(pp);