Skip to content
  • Bjorn Helgaas's avatar
    PCI: Document reset method return values · 832c418a
    Bjorn Helgaas authored
    
    
    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>
    832c418a