power_supply: bq27x00: fix voltage and current units
authorGrazvydas Ignotas <notasas@gmail.com>
Sat, 27 Feb 2010 14:15:40 +0000 (16:15 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Sat, 27 Feb 2010 14:15:40 +0000 (16:15 +0200)
commita1d7c9190786c2d5a539ad930e9228b29b29f1f9
tree1713db28d082668a3d4eb02b4beebccbf058fddc
parenta5492fd9405f1ba17cc4fd7f788a80fa7095fe00
power_supply: bq27x00: fix voltage and current units

The chip returns voltage and current in mV and mA, but
power supply class uses uV and uA, so add missing conversion.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
drivers/power/bq27x00_battery.c