On 10/19/2018 4:20 PM, Bjorn Helgaas wrote:
+int pci_reset_function_locked(struct pci_dev *dev, u32 reset_type);There are no callers of this. Why are we updating it rather than removing it?
I'll remove this function on another patch. I transition all __pci_reset_function_locked users to pci_reset_function_locked() first. Then all pci_reset_function_locked() users to pci_reset_function(). Then, git rid of pci_reset_function_locked() at last step.