max17042_battery: Fix CHARGE_FULL representation.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 14 Mar 2012 02:00:01 +0000 (03:00 +0100)
committerAnton Vorontsov <anton.vorontsov@linaro.org>
Mon, 26 Mar 2012 16:41:25 +0000 (20:41 +0400)
commit6e0e60cd0d688d0d1af85ef2abb8e363595af988
tree0c18bb3f9bd7a80e0fc532b3d9b3093e0c386297
parent3124c4a080f9263abb667a827d30c9e81c9e5a21
max17042_battery: Fix CHARGE_FULL representation.

CHARGE_FULL should represent the full capacity of the battery in uAh.
The 0x10 (FullCAP) register shows the compensated full capacity in
mAh * 2; e.g., reg(0x10) = 0xBB8 means that it is 1500mAh.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
drivers/power/max17042_battery.c