power: supply: sbs-battery: Don't needlessly set CAPACITY_MODE
authorShawn Nematbakhsh <shawnn@chromium.org>
Tue, 13 Jun 2017 17:53:26 +0000 (10:53 -0700)
committerSebastian Reichel <sre@kernel.org>
Thu, 15 Jun 2017 14:52:04 +0000 (16:52 +0200)
commitbfa953d336cdd713f6968c85ca820ef22333dc35
tree593bf3ea4eb109e821fbde4fff49c4675e5735ec
parentfe8a6534396807b8a0863cd146b72c0bce0b0c88
power: supply: sbs-battery: Don't needlessly set CAPACITY_MODE

According to the smart battery spec (1), the CAPACITY_MODE bit does not
influence the value read from RelativeStateOfCharge(), so don't bother
changing CAPACITY_MODE when doing such a read.

(1) - Smart Battery Data Specification, Rev 1.1, Dec. 11, 1998

Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org>
Reviewed-by: Guenter Roeck <groeck@chromium.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
drivers/power/supply/sbs-battery.c