From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751807AbeEBPog (ORCPT ); Wed, 2 May 2018 11:44:36 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:41432 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750954AbeEBPoc (ORCPT ); Wed, 2 May 2018 11:44:32 -0400 Subject: Re: [PATCH v2] thermal: ti-soc-thermal: fix incorrect entry in omap5430_adc_to_temp[] To: Bartlomiej Zolnierkiewicz , Eduardo Valentin CC: Zhang Rui , , , References: <17742083.Vu59BImYbG@amdc3058> From: Keerthy Message-ID: Date: Wed, 2 May 2018 21:14:23 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <17742083.Vu59BImYbG@amdc3058> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 02 May 2018 07:44 PM, Bartlomiej Zolnierkiewicz wrote: > Entry for Index 941 has one zero too much. Fix it. > Acked-by: Keerthy > Signed-off-by: Bartlomiej Zolnierkiewicz > --- > v2: > - Fix patch description. > > drivers/thermal/ti-soc-thermal/omap5-thermal-data.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > Index: b/drivers/thermal/ti-soc-thermal/omap5-thermal-data.c > =================================================================== > --- a/drivers/thermal/ti-soc-thermal/omap5-thermal-data.c 2018-04-30 16:23:42.000000000 +0200 > +++ b/drivers/thermal/ti-soc-thermal/omap5-thermal-data.c 2018-05-02 14:16:09.461434201 +0200 > @@ -310,7 +310,7 @@ omap5430_adc_to_temp[ > 119800, 120200, 120600, 121000, 121400, 121800, 122400, 122600, 123000, > 123400, > /* Index 940 - 945 */ > - 123800, 1242000, 124600, 124900, 125000, 125000, > + 123800, 124200, 124600, 124900, 125000, 125000, > }; > > /* OMAP54xx ES2.0 data */ >