Re: [PATCH V2 5/5] PCI: Unify slot and bus reset API

2018-06-20 Thread kbuild test robot
Hi Sinan, I love your patch! Perhaps something to improve: [auto build test WARNING on pci/next] [also build test WARNING on v4.18-rc1 next-20180620] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/comm

Re: [PATCH V2 5/5] PCI: Unify slot and bus reset API

2018-06-19 Thread kbuild test robot
Hi Sinan, I love your patch! Yet something to improve: [auto build test ERROR on pci/next] [also build test ERROR on v4.18-rc1 next-20180619] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Sina

[PATCH V2 5/5] PCI: Unify slot and bus reset API

2018-06-19 Thread Sinan Kaya
Drivers are expected to call pci_reset_slot() or pci_reset_bus() by querying if a system supports hotplug or not. A survey showed that most drivers don't do this and we are leaking hotplug capability to the user. Hide pci_slot_reset() from drivers and embed into pci_bus_reset(). Change pci_reset_b