commit | 360000b26e37a75b3000bf0585b263809d96ffd3 | [log] [tgz] |
---|---|---|
author | Denis Efremov <efremov@linux.com> | Fri Jun 05 22:22:35 2020 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Thu Jun 25 12:41:32 2020 -0700 |
tree | e10e616e8b21930b23335ac95f048dd10d9eb688 | |
parent | 39797f1c53f5323179d61692bdd4c80de21d540e [diff] |
net/mlx5: Use kfree(ft->g) in arfs_create_groups() Use kfree() instead of kvfree() on ft->g in arfs_create_groups() because the memory is allocated with kcalloc(). Signed-off-by: Denis Efremov <efremov@linux.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>