OSDN Git Service

thermal: cpu_cooling: return ERR_PTR() for !CPU_THERMAL or !THERMAL_OF
authorJavi Merino <javi.merino@arm.com>
Wed, 17 Dec 2014 11:11:24 +0000 (11:11 +0000)
committerEduardo Valentin <edubezval@gmail.com>
Wed, 17 Dec 2014 13:00:04 +0000 (09:00 -0400)
commit503ccc3fec4a56cdcfedc507cd1ea0d85e1fbfa2
tree1d2e39ee5a9eb3bf24f02fa9eb8754826ee57859
parent2d2e95ea8f124869b96ad929d1701bd64844a06a
thermal: cpu_cooling: return ERR_PTR() for !CPU_THERMAL or !THERMAL_OF

The documentation of of_cpufreq_cooling_register() and
cpufreq_cooling_register() say that they return ERR_PTR() on error.
Accordingly, callers only check for IS_ERR().  Therefore, make them
return ERR_PTR(-ENOSYS) as is customary in the kernel when config
options are missing.

Cc: Zhang Rui <rui.zhang@intel.com>
Cc: Eduardo Valentin <edubezval@gmail.com>
Signed-off-by: Javi Merino <javi.merino@arm.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
include/linux/cpu_cooling.h