bq27x00: Improve temperature property precession
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 24 May 2010 18:20:57 +0000 (20:20 +0200)
committerLars-Peter Clausen <lars@metafoo.de>
Tue, 22 Feb 2011 10:02:39 +0000 (11:02 +0100)
commit0e9f30497e88600ba52013665270f543bb94f0d8
tree8c7c4a92d1350465b8d06a3928cff048cc8bd4bd
parent5661f334e8a53848552c8763f3bd63d0672b2e7b
bq27x00: Improve temperature property precession

This patch improves the precession of the temperature property of the
bq27x00 driver.
By dividing before multiplying the current code effectively cuts of the
last decimal digit. This patch fixes it by multiplying before dividing.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Rodolfo Giometti <giometti@linux.it>
Tested-by: Grazvydas Ignotas <notasas@gmail.com>
drivers/power/bq27x00_battery.c