linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] thermal: ti-soc-thermal: fix incorrect entry in omap5430_adc_to_temp[]
       [not found] <CGME20180502131640eucas1p257d5217d333c1cc264d71fd401c88cd1@eucas1p2.samsung.com>
@ 2018-05-02 13:16 ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; only message in thread
From: Bartlomiej Zolnierkiewicz @ 2018-05-02 13:16 UTC (permalink / raw)
  To: Eduardo Valentin, Keerthy; +Cc: Zhang Rui, linux-pm, linux-omap, linux-kernel

omap5430_adc_to_temp[941] entry has one zero too much. Fix it.

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 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 */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-05-02 13:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20180502131640eucas1p257d5217d333c1cc264d71fd401c88cd1@eucas1p2.samsung.com>
2018-05-02 13:16 ` [PATCH] thermal: ti-soc-thermal: fix incorrect entry in omap5430_adc_to_temp[] Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).