commit | ce300008023fc4ddb561c48bf7e157c8e6279f46 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Fri Jan 24 09:51:06 2014 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Feb 03 22:11:31 2014 -0800 |
tree | 528d32596ec70f3cb03bef6a57c41174edb42b71 | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 [diff] |
PCI: Remove unnecessary list_empty(&pci_pme_list) check list_for_each_entry() handles empty lists just fine, so there's no need to check whether the list is empty first. No functional change. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Rafael J. Wysocki <rjw@rjwysocki.net>