[PATCH v1 01/13] PCI: Remove "no hotplug settings from platform" warning

2014-09-12 Thread Bjorn Helgaas
We print way too many messages like this: pci :00:00.0: no hotplug settings from platform pci :00:00.0: using default PCI settings This usually happens when the platform doesn't supply an ACPI _HPP method, but the method is optional, so there's no point in warning about it. Not

[PATCH v1 01/13] PCI: Remove no hotplug settings from platform warning

2014-09-12 Thread Bjorn Helgaas
We print way too many messages like this: pci :00:00.0: no hotplug settings from platform pci :00:00.0: using default PCI settings This usually happens when the platform doesn't supply an ACPI _HPP method, but the method is optional, so there's no point in warning about it. Not