Commit ade84367 authored by Zhu Yanjun's avatar Zhu Yanjun Committed by Saeed Mahameed
Browse files

net/mlx5e: remove unnecessary memset



Since kvzalloc will initialize the allocated memory, it is not
necessary to initialize it once again.

Fixes: 11b717d6 ("net/mlx5: E-Switch, Get reg_c0 value on CQE")
Signed-off-by: default avatarZhu Yanjun <yanjunz@nvidia.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@nvidia.com>
parent 1880bc4e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1680,7 +1680,6 @@ static int esw_create_restore_table(struct mlx5_eswitch *esw)
		goto out_free;
	}

	memset(flow_group_in, 0, inlen);
	match_criteria = MLX5_ADDR_OF(create_flow_group_in, flow_group_in,
				      match_criteria);
	misc = MLX5_ADDR_OF(fte_match_param, match_criteria,