Re: [PATCH] PCI Hotplug: cpqphp: Add missing call to pci_disable_device

2016-11-23 Thread Bjorn Helgaas
On Sat, Nov 19, 2016 at 06:41:48PM +0100, Quentin Lambert wrote: > Most error branches following the call to pci_enable_device contain > a call to pci_disable_device. This patch add these calls where they are > missing. > > This issue was found with Hector. > > Signed-off-by: Quentin Lambert Ap

[PATCH] PCI Hotplug: cpqphp: Add missing call to pci_disable_device

2016-11-19 Thread Quentin Lambert
Most error branches following the call to pci_enable_device contain a call to pci_disable_device. This patch add these calls where they are missing. This issue was found with Hector. Signed-off-by: Quentin Lambert --- drivers/pci/hotplug/cpqphp_core.c |3 ++- 1 file changed, 2 insertions(+