From: Jiri Slaby Date: Wed, 4 Mar 2009 19:55:27 +0000 (-0800) Subject: ACPI: remove doubled status checking X-Git-Tag: v2.6.29~33^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=176f9c1804df09f3e9b998c0642e212592ac6283;p=pandora-kernel.git ACPI: remove doubled status checking There was a misplaced status test (two consequent tests without a statement in between) in acpi_bus_init for ages. Remove it, since the function which should be checked (acpi_os_initialize1) has BUG_ONs on failure paths. Signed-off-by: Jiri Slaby Signed-off-by: Andrew Morton Signed-off-by: Len Brown --- Reading git-diff-tree failed