commit | 0394cb192db4397753046775a8caa736397737b5 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Wed Oct 16 12:32:53 2013 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 29 16:57:04 2013 -0600 |
tree | afb712e0d962650680a1ff9511699ea43b51077d | |
parent | 004bd069f876816f5f9023e8b1498753bca103fa [diff] |
PCI: Report pci_pme_active() kmalloc failure 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>