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>
This commit is contained in:

committed by
Bjorn Helgaas

parent
fe32e2fa65
commit
c6a44ba950
@@ -905,7 +905,7 @@ static int trigger_sbr(struct hfi1_devdata *dd)
|
||||
* delay after a reset is required. Per spec requirements,
|
||||
* the link is either working or not after that point.
|
||||
*/
|
||||
return pci_try_reset_bus(dev);
|
||||
return pci_reset_bus(dev);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user