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
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
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/
3 matches
Mail list logo