commit | c6a44ba950d147e15fe6dab6455a52f91d8fe625 | [log] [tgz] |
---|---|---|
author | Sinan Kaya <okaya@codeaurora.org> | Thu Jul 19 18:04:15 2018 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Jul 19 18:04:23 2018 -0500 |
tree | 58f56c334d78a8476d431ac73085931e422fd8f1 | |
parent | fe32e2fa656c29d5d25f959f8e6168ac405d9ab4 [diff] |
PCI: Rename pci_try_reset_bus() to pci_reset_bus() Now that the old implementation of pci_reset_bus() is gone, replace pci_try_reset_bus() with pci_reset_bus(). Compared to the old implementation, new code will fail immmediately with -EAGAIN if object lock cannot be obtained. Signed-off-by: Sinan Kaya <okaya@codeaurora.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>