staging: omap-thermal: fix error check in omap_thermal_expose_sensor() and in omap_th...
authorCyril Roelandt <tipecaml@gmail.com>
Wed, 12 Dec 2012 00:24:50 +0000 (01:24 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2013 22:53:58 +0000 (14:53 -0800)
commitac6a98d452baa4f9acae7c2238f6626bae8283ff
treec2fcf413c930e138f44d133224c49f8d3e8026f3
parentfd958f7eb4d0959f65377aaab4a63ba33cc53f06
staging: omap-thermal: fix error check in omap_thermal_expose_sensor() and in omap_thermal_register_cpu_cooling().

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>
drivers/staging/omap-thermal/omap-thermal-common.c
This page took 0.026638 seconds and 5 git commands to generate.