Commit 7134c602 authored by Haowen Bai's avatar Haowen Bai Committed by Saeed Mahameed

net/mlx5: Remove useless kfree

After alloc fail, we do not need to kfree.
Signed-off-by: default avatarHaowen Bai <baihaowen@meizu.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@nvidia.com>
parent c3893620
......@@ -1812,7 +1812,6 @@ __mlx5_tc_ct_flow_offload(struct mlx5_tc_ct_priv *ct_priv,
ct_flow = kzalloc(sizeof(*ct_flow), GFP_KERNEL);
if (!ct_flow) {
kfree(ct_flow);
return ERR_PTR(-ENOMEM);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment