On 10/19/2018 4:12 AM, Juergen Gross wrote:
On 19/10/2018 05:23, Sinan Kaya wrote:
It is time to hide pci_reset_function_locked() since pci_reset_function()
provides the same functionality. One less API to expose to the users.
Signed-off-by: Sinan Kaya <okaya@xxxxxxxxxx>
Did you try to compile that?
You are mixing use of PCI_RESET_ALREADY_LOCKED and
PCI_RESET_ALREADYLOCKED, and I can't imagine both are valid.
You are right, I did compile. However, not all kernel options were
enabled apparently. I should have done allyesconfig.
Thanks for the heads up. I can fix it on the next rev.
Juergen