Skip to content
Commit e1915a67 authored by Denis Efremov's avatar Denis Efremov Committed by Saeed Mahameed
Browse files

net/mlx5e: Use kfree() to free fd->g in accel_fs_tcp_create_groups()



Memory ft->g in accel_fs_tcp_create_groups() is allocaed with kcalloc().
It's excessive to free ft->g with kvfree(). Use kfree() instead.

Signed-off-by: default avatarDenis Efremov <efremov@linux.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@nvidia.com>
parent 22db4c24
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