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)
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>

No differences found