Re: [PATCH] iio: adc: ad_sigma_delta.c: Cleaning up uninitialized variables

From: Lars-Peter Clausen
Date: Sun Jun 01 2014 - 05:15:47 EST


On 06/01/2014 01:11 AM, Rickard Strandqvist wrote:
There is a risk that the variable will be used without being initialized.

This was largely found by using a static code analysis program called cppcheck.

This looks like a false positive. And if it was not a false positive the correct fix certainly is not to initialize the variable to some random value to silence the warning.

- Lars

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/