From: Bjorn Helgaas Date: Tue, 9 Dec 2008 04:31:06 +0000 (-0700) Subject: ACPI: PCI: use positive logic to simplify code X-Git-Tag: v2.6.29-rc1~34^2~1^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b1ea18d3b3542b55861d7f968ded705e3bc2aa6;p=pandora-kernel.git 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 --- Reading git-diff-tree failed