PCI: exynos: Drop unnecessary root_bus_nr setting
authorShawn Guo <shawn.guo@linaro.org>
Sun, 1 Jul 2018 03:54:43 +0000 (11:54 +0800)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Fri, 13 Jul 2018 13:07:47 +0000 (14:07 +0100)
commita0476b3a678b4145a993f56071989af39d5718fb
treeb0b4ce76b24a9d4e463780baf53fc582bf61bf11
parent141cb3d4ee521eff45d0520327106ddfe0abe90a
PCI: exynos: 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>
Cc: Jingoo Han <jingoohan1@gmail.com>
drivers/pci/controller/dwc/pci-exynos.c