Re: [PATCH] ACPI / hotplug / PCI: Use pci_device_is_present()

2014-03-04 Thread Rafael J. Wysocki
On Tuesday, March 04, 2014 10:23:58 AM Mika Westerberg wrote: > On Mon, Mar 03, 2014 at 01:19:25AM +0100, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > Make the ACPI-based PCI hotplug (ACPIPHP) code use > > pci_device_is_present() for checking if devices are present instead > > of

Re: [PATCH] ACPI / hotplug / PCI: Use pci_device_is_present()

2014-03-04 Thread Mika Westerberg
On Mon, Mar 03, 2014 at 01:19:25AM +0100, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Make the ACPI-based PCI hotplug (ACPIPHP) code use > pci_device_is_present() for checking if devices are present instead > of open coding the same thing. > > Signed-off-by: Rafael J. Wysocki

Re: [PATCH] ACPI / hotplug / PCI: Use pci_device_is_present()

2014-03-04 Thread Mika Westerberg
On Mon, Mar 03, 2014 at 01:19:25AM +0100, Rafael J. Wysocki wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com Make the ACPI-based PCI hotplug (ACPIPHP) code use pci_device_is_present() for checking if devices are present instead of open coding the same thing. Signed-off-by: Rafael

Re: [PATCH] ACPI / hotplug / PCI: Use pci_device_is_present()

2014-03-04 Thread Rafael J. Wysocki
On Tuesday, March 04, 2014 10:23:58 AM Mika Westerberg wrote: On Mon, Mar 03, 2014 at 01:19:25AM +0100, Rafael J. Wysocki wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com Make the ACPI-based PCI hotplug (ACPIPHP) code use pci_device_is_present() for checking if devices are

[PATCH] ACPI / hotplug / PCI: Use pci_device_is_present()

2014-03-02 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Make the ACPI-based PCI hotplug (ACPIPHP) code use pci_device_is_present() for checking if devices are present instead of open coding the same thing. Signed-off-by: Rafael J. Wysocki --- On top of current linux-next. Thanks! --- drivers/pci/hotplug/acpiphp_glue.c |

[PATCH] ACPI / hotplug / PCI: Use pci_device_is_present()

2014-03-02 Thread Rafael J. Wysocki
From: Rafael J. Wysocki rafael.j.wyso...@intel.com Make the ACPI-based PCI hotplug (ACPIPHP) code use pci_device_is_present() for checking if devices are present instead of open coding the same thing. Signed-off-by: Rafael J. Wysocki rafael.j.wyso...@intel.com --- On top of current linux-next.