Commit 832c418a authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

PCI: Document reset method return values



The pci_reset_function() path may try several different reset methods:
device-specific resets, PCIe Function Level Resets, PCI Advanced Features
Function Level Reset, etc.

Add a comment about what the return values from these methods mean.  If one
of the methods fails, in some cases we want to continue and try the next
one in the list, but sometimes we want to stop trying.

Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 16b6c8bb
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment