]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
PCI: artpec6: Drop unnecessary root_bus_nr setting
authorShawn Guo <shawn.guo@linaro.org>
Sun, 1 Jul 2018 03:54:47 +0000 (11:54 +0800)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Fri, 13 Jul 2018 13:08:47 +0000 (14:08 +0100)
commit84b88219553af870a47e28d6ba288bd6fbd129f7
tree4faf224cc8ef121f28a1438c19ccf2cc43c882f6
parent53b801fd020d4d00a1eebbab9f042a8b9fe03b78
PCI: artpec6: 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: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: Jesper Nilsson <jesper.nilsson@axis.com>
drivers/pci/controller/dwc/pcie-artpec6.c