git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd958f7
)
staging: omap-thermal: fix error check in omap_thermal_expose_sensor() and in omap_th...
author
Cyril Roelandt
<tipecaml@gmail.com>
Wed, 12 Dec 2012 00:24:50 +0000
(
01:24
+0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 7 Jan 2013 22:53:58 +0000
(14:53 -0800)
The omap_bandgap_get_sensor_data() function returns ERR_PTR(), so we need to use
IS_ERR() rather than a NULL check.
Signed-off-by: Cyril Roelandt <tipecaml@gmail.com>
Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found