Re: [PATCH] power_supply: lp8788-charger: initialize boolean 'found'

2016-03-03 Thread Sebastian Reichel
Hi, On Sat, Feb 27, 2016 at 12:54:11PM +, Colin King wrote: > The boolean 'found' is not initialized and hence garbage. It should > be initialized as false. > > Found with static analysis using CoverityScan Thanks, queued. -- Sebastian signature.asc Description: PGP signature

Re: [PATCH] power_supply: lp8788-charger: initialize boolean 'found'

2016-02-28 Thread Kim, Milo
On 2/27/2016 9:54 PM, Colin King wrote: From: Colin Ian King 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 Acked-by: Milo Kim Thanks for catching this. --- drive

[PATCH] power_supply: lp8788-charger: initialize boolean 'found'

2016-02-27 Thread Colin King
From: Colin Ian King 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 --- drivers/power/lp8788-charger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/