]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
charger-manager: Fix bug when check dropped voltage after fullbatt event
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 22 Nov 2012 07:53:51 +0000 (16:53 +0900)
committerAnton Vorontsov <anton.vorontsov@linaro.org>
Mon, 17 Dec 2012 06:45:58 +0000 (22:45 -0800)
commitf36b9ddbab408f5f5ed9105d857189b84337af48
tree3bb1a850b2c66f2702d4f438fb7d5915f7180738
parent0fa11dbc234268c4160b81f67220308dea3c156a
charger-manager: Fix bug when check dropped voltage after fullbatt event

This patch check difference value between current voltage of battery and
desc->fullbatt_uV whether positve or negative number. If difference value
is negative number when current voltage of battery is larger than
desc->fullbatt_uV, charger-manager return immediately because battery is
fully charged.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
drivers/power/charger-manager.c