Re: [PATCH V5 5/6] PCI: Deprecate pci_reset_bus() and pci_reset_slot() functions

2018-07-18 Thread Bjorn Helgaas
On Wed, Jul 18, 2018 at 03:36:29PM -0700, Sinan Kaya wrote: > On 7/18/2018 3:30 PM, Bjorn Helgaas wrote: > > On Mon, Jul 02, 2018 at 06:58:54PM -0400, Sinan Kaya wrote: > > > pci_reset_bus() and pci_reset_slot() functions are not being used by > > > any code. Remove them from the kernel in favor of

Re: [PATCH V5 5/6] PCI: Deprecate pci_reset_bus() and pci_reset_slot() functions

2018-07-18 Thread Sinan Kaya
On 7/18/2018 3:30 PM, Bjorn Helgaas wrote: On Mon, Jul 02, 2018 at 06:58:54PM -0400, Sinan Kaya wrote: pci_reset_bus() and pci_reset_slot() functions are not being used by any code. Remove them from the kernel in favor of pci_try_reset_bus() and pci_try_reset_slot() functions. Signed-off-by:

Re: [PATCH V5 5/6] PCI: Deprecate pci_reset_bus() and pci_reset_slot() functions

2018-07-18 Thread Bjorn Helgaas
On Mon, Jul 02, 2018 at 06:58:54PM -0400, Sinan Kaya wrote: > pci_reset_bus() and pci_reset_slot() functions are not being used by > any code. Remove them from the kernel in favor of pci_try_reset_bus() > and pci_try_reset_slot() functions. > > Signed-off-by: Sinan Kaya > --- > drivers/pci/pci.c