linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] thermal: avoid using IS_ERR_OR_NULL()
@ 2013-04-25 14:13 Eduardo Valentin
  2013-04-25 14:13 ` [PATCH 1/2] thermal: thermal_core: remove usage of IS_ERR_OR_NULL Eduardo Valentin
  2013-04-25 14:13 ` [PATCH 2/2] thermal: db8500_cpufreq_cooling: remove usage of IS_ERR_OR_NULL() Eduardo Valentin
  0 siblings, 2 replies; 7+ messages in thread
From: Eduardo Valentin @ 2013-04-25 14:13 UTC (permalink / raw)
  To: Zhang Rui; +Cc: linux-pm, linux-kernel, Eduardo Valentin

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@vger.kernel.org/msg78030.html

-- 
1.8.2.1.342.gfa7285d


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-04-26 11:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-25 14:13 [PATCH 0/2] thermal: avoid using IS_ERR_OR_NULL() Eduardo Valentin
2013-04-25 14:13 ` [PATCH 1/2] thermal: thermal_core: remove usage of IS_ERR_OR_NULL Eduardo Valentin
2013-04-25 14:13 ` [PATCH 2/2] thermal: db8500_cpufreq_cooling: remove usage of IS_ERR_OR_NULL() Eduardo Valentin
2013-04-25 17:46   ` Russell King
2013-04-25 20:17     ` Eduardo Valentin
2013-04-26 10:19     ` Fabio Baltieri
2013-04-26 11:03       ` Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).