diff options
author | Denis Efremov <efremov@linux.com> | 2020-09-21 19:23:44 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@nvidia.com> | 2020-09-23 15:44:38 -0700 |
commit | 22db4c24452a6681c7e99c6a06b38b5418395bec (patch) | |
tree | ef81932037e7090c2e4921417eb96bef05a1bfbf /ipc/util.c | |
parent | 670c239a648f0a5e19d05d8256df292564cc0c0d (diff) |
net/mlx5e: IPsec: Use kvfree() for memory allocated with kvzalloc()
Variables flow_group_in, spec in rx_fs_create() are allocated with
kvzalloc(). It's incorrect to free them with kfree(). Use kvfree()
instead.
Fixes: 5e466345291a ("net/mlx5e: IPsec: Add IPsec steering in local NIC RX")
Signed-off-by: Denis Efremov <efremov@linux.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'ipc/util.c')
0 files changed, 0 insertions, 0 deletions