a2e7f3d3ea parent beba8a643d7f774cf27c3c92a51b99cebf787415 author Bjorn Helgaas 1228797066 -0700 committer Len Brown 1230690893 -0500 ACPI: PCI: use positive logic to simplify code This doesn't change anything functionally; it just changes tests so we test for success instead of failure. This makes the code read more easily and allows us to remove the "!entry" in the while loop condition. Signed-off-by: Bjorn Helgaas Signed-off-by: Len Brown