Re: [PATCH v3 13/51] PCI: Separate realloc list checking after allocation

2015-08-18 Thread Yinghai Lu
On Mon, Aug 17, 2015 at 4:54 PM, Bjorn Helgaas wrote: > On Mon, Jul 27, 2015 at 04:29:31PM -0700, Yinghai Lu wrote: >> We check the realloc list, as list must be empty after allocation. >> >> Separate the realloc list checking to another function. >> >> Add checking that is missed in acpiphp drive

Re: [PATCH v3 13/51] PCI: Separate realloc list checking after allocation

2015-08-17 Thread Bjorn Helgaas
On Mon, Jul 27, 2015 at 04:29:31PM -0700, Yinghai Lu wrote: > We check the realloc list, as list must be empty after allocation. > > Separate the realloc list checking to another function. > > Add checking that is missed in acpiphp driver. > > Signed-off-by: Yinghai Lu > Cc: "Rafael J. Wysocki"

[PATCH v3 13/51] PCI: Separate realloc list checking after allocation

2015-07-27 Thread Yinghai Lu
We check the realloc list, as list must be empty after allocation. Separate the realloc list checking to another function. Add checking that is missed in acpiphp driver. Signed-off-by: Yinghai Lu Cc: "Rafael J. Wysocki" Cc: Len Brown Cc: linux-a...@vger.kernel.org --- drivers/pci/hotplug/acp