From: Julia Lawall Date: Fri, 11 Apr 2008 02:09:24 +0000 (+0800) Subject: ACPI: elide a non-zero test on a result that is never 0 X-Git-Tag: v2.6.26-rc1~101^2~1^11~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9030062f3d61f87c1e787b3aa134fa3a8e4b2d25;p=pandora-kernel.git ACPI: elide a non-zero test on a result that is never 0 thermal_cooling_device_register used to return NULL if THERMAL is "n". As the ACPI fan, processor and video drivers SELECT the generic thermal in PATCH 01, this is not a problem any more. Signed-off-by: Julia Lawall Signed-off-by: Zhang Rui Signed-off-by: Len Brown --- Reading git-diff-tree failed