commit | 9052768fe4a4ca773e48654b1dc4297a298e76b9 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sat Feb 27 12:54:11 2016 +0000 |
committer | Sebastian Reichel <sre@kernel.org> | Thu Mar 03 15:01:49 2016 +0100 |
tree | 0128a550c8d96fea1e99d8ef693bb9fa1face3f4 | |
parent | fdb2f37a54470473c6b7c9d680c4c114dd9bc434 [diff] |
power_supply: lp8788-charger: initialize boolean 'found' The boolean 'found' is not initialized and hence garbage. It should be initialized as false. Found with static analysis using CoverityScan Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Milo Kim <milo.kim@ti.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>