Ack: [Utopic][SRU][PATCH] PCI: Remove "no hotplug settings from platform" warning
Seth Forshee
seth.forshee at canonical.com
Thu Nov 6 19:13:03 UTC 2014
On Thu, Nov 06, 2014 at 12:42:58PM -0600, Chris J Arges wrote:
> From: Bjorn Helgaas <bhelgaas at google.com>
>
> BugLink: http://bugs.launchpad.net/bugs/1390182
>
> 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 at google.com>
> Acked-by: Yinghai Lu <yinghai at kernel.org>
> (cherry picked from commit 6a73336bde293741026614135419e9b76afb9145)
> Signed-off-by: Chris J Arges <chris.j.arges at canonical.com>
No functional change, just removing log spam, so this seems safe enough.
Seth
More information about the kernel-team
mailing list