Re: [RESEND PATCH v1 2/2] thermal: qcom-spmi-temp-alarm: Don't suppress negative temp

From: Guru Das Srinagesh
Date: Wed Jul 29 2020 - 12:21:56 EST


On Tue, Jul 28, 2020 at 06:09:12PM -0700, Stephen Boyd wrote:
> Quoting Guru Das Srinagesh (2020-07-24 10:46:11)
> > From: Veera Vegivada <vvegivad@xxxxxxxxxxxxxx>
> >
> > Currently driver is suppressing the negative temperature
> > readings from the vadc. Consumers of the thermal zones need
> > to read the negative temperature too. Don't suppress the
> > readings.
> >
> > Signed-off-by: Veera Vegivada <vvegivad@xxxxxxxxxxxxxx>
> > Signed-off-by: Guru Das Srinagesh <gurus@xxxxxxxxxxxxxx>
> > ---
>
> Probably needs a fixes tag. And why not make it first in the series?

Will add one and move this to first in the series.

>
> > drivers/thermal/qcom/qcom-spmi-temp-alarm.c | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >