commit | e7c984cc6f35766019039867875c788c4545147a | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Oct 31 13:48:23 2017 +0000 |
committer | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | Mon Nov 06 13:49:57 2017 +0100 |
tree | de74e750175e69a8303ee4bc4e7220123ecbf7a5 | |
parent | 393ce139d5234a00200f9aaecb6048be138e0833 [diff] |
power: supply: pcf50633-charger: remove redundant variable charging_start Variable charging_start is being set but is never read, it is therefore redundant and can be removed. Cleans up sparse warning: drivers/power/supply/pcf50633-charger.c:61:3: warning: Value stored to 'charging_start' is never read Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>