ACPI: elide a non-zero test on a result that is never 0
authorJulia Lawall <julia@diku.dk>
Fri, 11 Apr 2008 02:09:24 +0000 (10:09 +0800)
committerLen Brown <len.brown@intel.com>
Tue, 29 Apr 2008 06:52:45 +0000 (02:52 -0400)
commit9030062f3d61f87c1e787b3aa134fa3a8e4b2d25
treea24cd60df75180ac54a115842be631bd3f3ed003
parente9ae71078b2c8657c0e8de808b76b76049806906
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 <julia@diku.dk>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/fan.c
drivers/acpi/processor_core.c
drivers/acpi/video.c
drivers/misc/intel_menlow.c