commit | 8314c212f995bc0d06b54ad02ef0ab4089781540 | [log] [tgz] |
---|---|---|
author | Andreas Kemnade <andreas@kemnade.info> | Mon Sep 17 07:20:35 2018 +0200 |
committer | Sebastian Reichel <sre@kernel.org> | Thu Sep 20 02:15:41 2018 +0200 |
tree | 5f3db3db4f652fd179cf26beeb86eb7ec68bff5c | |
parent | ad1570d99f280f73c72510d7f79db9adf599474b [diff] |
power: supply: twl4030_charger: fix charging current out-of-bounds the charging current uses unsigned int variables, if we step back if the current is still low, we would run into negative which means setting the target to a huge value. Better add checks here. Signed-off-by: Andreas Kemnade <andreas@kemnade.info> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>