Re: [PATCH] net/mlx5e: Fix uninitialized variable

From: Saeed Mahameed
Date: Tue Jul 31 2018 - 17:48:24 EST


On Tue, Jul 31, 2018 at 7:21 AM, Gustavo A. R. Silva
<gustavo@xxxxxxxxxxxxxx> wrote:
> There is a potential execution path in which variable *err* is returned
> without being properly initialized previously.
>
> Fix this by initializing variable *err* to 0.
>
> Addresses-Coverity-ID: 1472116 ("Uninitialized scalar variable")
> Fixes: 0ec13877ce95 ("net/mlx5e: Gather all XDP pre-requisite checks in a single function")
> Signed-off-by: Gustavo A. R. Silva <gustavo@xxxxxxxxxxxxxx>

Acked-by: Saeed Mahameed <saeedm@xxxxxxxxxxxx>