diff options
author | 2014-09-12 08:50:10 -0600 | |
---|---|---|
committer | 2014-09-12 08:50:10 -0600 | |
commit | 6a73336bde293741026614135419e9b76afb9145 (patch) | |
tree | 19ff45a1e89b7f7f9d8a07517efe89a0fbb1d107 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 3.17-rc2 (diff) | |
download | wireguard-linux-6a73336bde293741026614135419e9b76afb9145.tar.xz wireguard-linux-6a73336bde293741026614135419e9b76afb9145.zip |
PCI: Remove "no hotplug settings from platform" warning
We print way too many messages like this:
pci 0000:00:00.0: no hotplug settings from platform
pci 0000: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 only are the messages useless, but we call pci_configure_slot() far too
many times, so they're repeated many times. I'll fix the overuse of
pci_configure_slot() too, but that will wait until the next merge window.
For now, just remove both log messages.
Link: https://bugzilla.kernel.org/show_bug.cgi?id=84391
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Yinghai Lu <yinghai@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions