net/mlx5e: Remove a useless function call
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 29 May 2023 08:34:59 +0000 (10:34 +0200)
committerSaeed Mahameed <saeedm@nvidia.com>
Sat, 10 Jun 2023 01:40:53 +0000 (18:40 -0700)
commit978015f7ef9240acfb078f4c1c0d79459b42f951
tree103944223da1cd5b07a7e61284151bda06744759
parente71383fb9cd15a28d6c01d2c165a96f1c0bcf418
net/mlx5e: Remove a useless function call

'handle' is known to be NULL here. There is no need to kfree() it.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en/tc/post_act.c