[PATCH 0/2] thermal: avoid using IS_ERR_OR_NULL()

From: Eduardo Valentin
Date: Thu Apr 25 2013 - 10:14:04 EST


Hello Rui,

Here are two important patches I cooked while reading
linux-arm archives. IS_ERR_OR_NULL() can cause serious
problems and some ppl is even considering removing it [1].

For this reason, I am proposing the following cleanup under
drivers/thermal/

Please consider them.

BR,

Eduardo Valentin (2):
thermal: thermal_core: remove usage of IS_ERR_OR_NULL
thermal: db8500_cpufreq_cooling: remove usage of IS_ERR_OR_NULL()

drivers/thermal/db8500_cpufreq_cooling.c | 2 +-
drivers/thermal/thermal_core.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

[1] - http://www.mail-archive.com/linux-omap@xxxxxxxxxxxxxxx/msg78030.html

--
1.8.2.1.342.gfa7285d

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/