From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J, KEERTHY" Subject: Re: [PATCH 03/14] thermal: ti-soc-thermal: fix comments in omap4-thermal-data.c Date: Wed, 11 Jul 2018 07:57:34 +0530 Message-ID: <1cc91b04-bcec-29bc-490d-058d37a21999@ti.com> References: <1526298141-14045-1-git-send-email-b.zolnierkie@samsung.com> <1526298141-14045-4-git-send-email-b.zolnierkie@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1526298141-14045-4-git-send-email-b.zolnierkie@samsung.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Bartlomiej Zolnierkiewicz , Eduardo Valentin Cc: Zhang Rui , linux-pm@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-pm@vger.kernel.org On 5/14/2018 5:12 PM, Bartlomiej Zolnierkiewicz wrote: > The comments about ADC code values are incorrect. Fix them. Acked-by: Keerthy > > Signed-off-by: Bartlomiej Zolnierkiewicz > --- > drivers/thermal/ti-soc-thermal/omap4-thermal-data.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/thermal/ti-soc-thermal/omap4-thermal-data.c b/drivers/thermal/ti-soc-thermal/omap4-thermal-data.c > index c12211e..85ba9dc 100644 > --- a/drivers/thermal/ti-soc-thermal/omap4-thermal-data.c > +++ b/drivers/thermal/ti-soc-thermal/omap4-thermal-data.c > @@ -46,7 +46,7 @@ > > /* > * Temperature values in milli degree celsius > - * ADC code values from 530 to 923 > + * ADC code values from 0 to 127 > */ > static const int > omap4430_adc_to_temp[OMAP4430_ADC_END_VALUE - OMAP4430_ADC_START_VALUE + 1] = { > @@ -136,7 +136,7 @@ > > /* > * Temperature values in milli degree celsius > - * ADC code values from 530 to 923 > + * ADC code values from 530 to 932 > */ > static const int > omap4460_adc_to_temp[OMAP4460_ADC_END_VALUE - OMAP4460_ADC_START_VALUE + 1] = { >