On Thu, Aug 10, 2017 at 12:28:11AM +0300, Dan Carpenter wrote: > "err" isn't initialized if we hit the "goto fdb_add;". > > Fixes: eeb66cdb6826 ("net/mlx5: Separate between E-Switch and MPFS") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > > diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c b/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c > index fd51f0ea8df9..baed45c0dabe 100644 > --- a/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c > +++ b/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c > @@ -376,7 +376,7 @@ static int esw_add_uc_addr(struct mlx5_eswitch *esw, struct vport_addr *vaddr) > { > u8 *mac = vaddr->node.addr; > u32 vport = vaddr->vport; > - int err; > + int err = 0; I'm not sure that it is the right error value which we want to return in case of vprot == 0 was supplied. Saeed ? > > /* Skip mlx5_mpfs_add_mac for PFs, > * it is already done by the PF netdev in mlx5e_execute_l2_action > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html
Attachment:
signature.asc
Description: PGP signature