aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Murthy <arun.murthy@stericsson.com>2010-06-10 09:18:44 +0530
committerJohn Rigby <john.rigby@linaro.org>2010-09-02 22:45:39 -0600
commit7ddb9a1f288aafa0afd5488c477c5aa59c0b5f3b (patch)
treeb0088dcc829ca4cff4a65829db32db808043017a
parent91f49ecb8818a1456c26cd461a140483373d1604 (diff)
ab8500-bm: typo in BTEMP conversion table
Typo in SAS battery temperature conversion table typo in line 358 298 100/1175 This should be 358 289 100/1175 ST_Ericsson ID: ER263563 Signed-off-by: Arun Murthy <arun.murthy@stericsson.com> Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> Change-Id: Iaf88c81ccc9537e989849a6e272c7a84c394cdf9 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/2528 Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
-rw-r--r--drivers/power/ab8500_bm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/power/ab8500_bm.c b/drivers/power/ab8500_bm.c
index 1de5095d44a..667acab28df 100644
--- a/drivers/power/ab8500_bm.c
+++ b/drivers/power/ab8500_bm.c
@@ -1574,7 +1574,7 @@ static int ab8500_bm_temperature(struct ab8500_bm_device_info *di)
{126, 317, 100, 400},
{190, 306, 100, 625},
{257, 298, 100, 875},
- {358, 298, 100, 1175},
+ {358, 289, 100, 1175},
{491, 280, 100, 1535},
{636, 272, 100, 1850},
{1027, 252, 100, 2075},
@@ -1586,7 +1586,7 @@ static int ab8500_bm_temperature(struct ab8500_bm_device_info *di)
* 1027 252 100/2075
* 636 272 100/1850
* 491 280 100/1535
- * 358 298 100/1175
+ * 358 289 100/1175
* 257 298 100/875
* 190 306 100/625
* 126 317 100/400