PCI: Remove unnecessary list_empty(&pci_pme_list) check
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 24 Jan 2014 16:51:06 +0000 (09:51 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 4 Feb 2014 06:11:31 +0000 (22:11 -0800)
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>
drivers/pci/pci.c

Simple merge