Files
i2som-imx-linux/include/linux
Javi Merino 503ccc3fec 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>
2014-12-17 09:00:04 -04:00
..
2014-11-18 13:23:31 +01:00
2014-10-14 09:00:44 -06:00
2014-10-21 00:51:01 +02:00
2014-10-14 02:18:13 +02:00
2014-10-09 22:25:58 -04:00
2014-10-24 00:14:36 +02:00
2014-10-15 12:11:00 -04:00
2014-11-05 15:52:45 -05:00