]> git.baikalelectronics.ru Git - kernel.git/commit
IB/hfi1: Use pci_try_reset_bus() for initiating PCI Secondary Bus Reset
authorSinan Kaya <okaya@codeaurora.org>
Thu, 19 Jul 2018 23:04:10 +0000 (18:04 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 19 Jul 2018 23:04:23 +0000 (18:04 -0500)
commitf5f6d2c3d5b35b7e7e0df17b88666fbe771a0ea4
tree0449691b72badf6204f47b0cb5d19e7a1d8f94f3
parent83a49d1c320b6d41604d75cadd01382e588222c7
IB/hfi1: Use pci_try_reset_bus() for initiating PCI Secondary Bus Reset

Getting ready to hide pci_reset_bridge_secondary_bus() from the drivers.
pci_reset_bridge_secondary_bus() should only be used internally by the
PCI code itself.

Other drivers should rely on higher level pci_try_reset_bus() API.

Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/infiniband/hw/hfi1/pcie.c