diff options
author | Wei Yang <weiyang@linux.vnet.ibm.com> | 2013-09-06 01:45:56 (GMT) |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-09-25 21:43:48 (GMT) |
commit | 2ba29e270e977b213a7d58ae1152c23a1c3074a3 (patch) | |
tree | 1149e29397f0c412d716dd9174825b347e05da82 /drivers/gpu/drm/drm_sysfs.c | |
parent | 115e3bc5e23e7ec3c85a2014bfa96c0ddd036083 (diff) | |
download | linux-2ba29e270e977b213a7d58ae1152c23a1c3074a3.tar.xz |
PCI: Use pci_is_root_bus() to check for root bus
In __pci_bus_size_bridges() we check whether a bus is a root bus by testing
bus->self. As indicated by commit 79af72d7 ("PCI: pci_is_root_bus
helper"), bus->self == NULL is not a proper way to check for a root bus.
One issue is that "virtual" buses added for SR-IOV (via virtfn_add_bus())
have bus->self == NULL but are not root buses.
This patch changes it to pci_is_root_bus() to check whether it is a root
bus.
[bhelgaas: changelog]
Signed-off-by: Wei Yang <weiyang@linux.vnet.ibm.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/gpu/drm/drm_sysfs.c')
0 files changed, 0 insertions, 0 deletions