linux/drivers/thermal
Devendra Naga 043e4652bf thermal: exynos_thermal: return a proper error code while thermal_zone_device_register fail.
we are returning EINVAL while the thermal_zone_device_register function fail.
instead we can use the return value from the thermal_zone_device_register by
using PTR_ERR.

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
2013-03-11 23:09:29 +08:00
..
Kconfig
Makefile
cpu_cooling.c
db8500_cpufreq_cooling.c
db8500_thermal.c
dove_thermal.c Thermal: dove: Convert to devm_ioremap_resource() 2013-03-11 23:09:02 +08:00
exynos_thermal.c thermal: exynos_thermal: return a proper error code while thermal_zone_device_register fail. 2013-03-11 23:09:29 +08:00
fair_share.c
intel_powerclamp.c
kirkwood_thermal.c Thermal: kirkwood: Convert to devm_ioremap_resource() 2013-03-11 23:09:18 +08:00
rcar_thermal.c thermal: rcar_thermal: propagate return value of thermal_zone_device_register 2013-03-11 23:09:24 +08:00
spear_thermal.c
step_wise.c
thermal_core.h
thermal_sys.c
user_space.c