Re: [PATCH] thermal: ti-soc-thermal: Fix reversed condition in ti_thermal_expose_sensor()

2020-07-21 Thread Daniel Lezcano
On 16/06/2020 11:19, Dan Carpenter wrote: > This condition is reversed and will cause breakage. > > Fixes: 7440f518dad9 ("thermal/drivers/ti-soc-thermal: Avoid dereferencing > ERR_PTR") > Signed-off-by: Dan Carpenter > --- Applied. -- Linaro.org │ Open source softwar

[PATCH] thermal: ti-soc-thermal: Fix reversed condition in ti_thermal_expose_sensor()

2020-06-16 Thread Dan Carpenter
This condition is reversed and will cause breakage. Fixes: 7440f518dad9 ("thermal/drivers/ti-soc-thermal: Avoid dereferencing ERR_PTR") Signed-off-by: Dan Carpenter --- drivers/thermal/ti-soc-thermal/ti-thermal-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers