diff options
author | Yijing Wang <wangyijing@huawei.com> | 2013-01-15 03:12:22 (GMT) |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-01-25 16:23:08 (GMT) |
commit | fcbed0bcb216b9f134e8614f46e00649a179e042 (patch) | |
tree | cf3f18cfedbdf5e31acebf1f1639ca97ca63add5 /include/drm | |
parent | ab6380ef01983e977c147cb8bb040f57e4fe2d55 (diff) | |
download | linux-fsl-qoriq-fcbed0bcb216b9f134e8614f46e00649a179e042.tar.xz |
PCI: shpchp: Iterate over all devices in slot, not functions 0-7
Iterate through devices in a slot by using the upstream bridge's
"bus->devices" list instead of assuming they are functions 0-7. It's
possible there are several slots on the same pci_bus, so restrict it to
only devices matching this slot's device number.
ARI (which allows functions 0-255) is a PCIe-only feature, and this is
a PCI hotplug driver, so we shouldn't find anything other than functions
0-7, but it's better to iterate the same way as other hotplug drivers.
[bhelgaas: changelog, check PCI_SLOT, fix shpchp_unconfigure_device()]
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'include/drm')
0 files changed, 0 insertions, 0 deletions