diff options
author | Rob Herring <robh@kernel.org> | 2020-07-22 05:25:04 +0300 |
---|---|---|
committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 2020-07-23 13:20:50 +0300 |
commit | d84c572de1a360501d2e439ac632126f5facf59d (patch) | |
tree | b395f62124e3a8d9ba574c6ad950826b0a458f76 /drivers/pci/controller/pcie-rcar-host.c | |
parent | 49169c255c9906ce8fc9570045a4f5519ecd99b8 (diff) | |
download | linux-d84c572de1a360501d2e439ac632126f5facf59d.tar.xz |
PCI: rockchip: Use pci_is_root_bus() to check if bus is root bus
Use pci_is_root_bus() rather than tracking the root bus number to
determine if the bus is the root bus or not. This removes storing
duplicated data as well as the need for the host bridge driver to have
to care about the bus numbers in most cases.
Also, bridge->busnr is never set so effectively the root bus must be 0.
This will be fixed by a subsequent commit.
Link: https://lore.kernel.org/r/20200722022514.1283916-10-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: Shawn Lin <shawn.lin@rock-chips.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: Heiko Stuebner <heiko@sntech.de>
Cc: linux-rockchip@lists.infradead.org
Diffstat (limited to 'drivers/pci/controller/pcie-rcar-host.c')
0 files changed, 0 insertions, 0 deletions