linux/drivers/thermal
Dan Carpenter 03ee62f0b9 thermal: spear13xx: checking for NULL instead of IS_ERR()
thermal_zone_device_register() never returns NULL, on error it returns and
ERR_PTR().

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Viresh Kumar <viresh.kumar@st.com>
Reviewed-by: Vincenzo Frascino <vincenzo.frascino@st.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>
2012-03-22 01:07:22 -04:00
..
Kconfig thermal: add support for thermal sensor present on SPEAr13xx machines 2012-03-22 01:05:32 -04:00
Makefile thermal: add support for thermal sensor present on SPEAr13xx machines 2012-03-22 01:05:32 -04:00
spear_thermal.c thermal: spear13xx: checking for NULL instead of IS_ERR() 2012-03-22 01:07:22 -04:00
thermal_sys.c thermal_sys: convert printks to pr_<level> 2012-03-22 01:04:40 -04:00