PCI: Report pci_pme_active() kmalloc failure
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 16 Oct 2013 18:32:53 +0000 (12:32 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 29 Oct 2013 22:57:04 +0000 (16:57 -0600)
Previously, if kmalloc() failed, we claimed "PME# enabled" in dmesg,
even though we didn't add the device to the pci_pme_list.  This prints
a more correct warning.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

No differences found