diff options
author | 2020-09-21 19:23:44 +0300 | |
---|---|---|
committer | 2020-09-23 15:44:38 -0700 | |
commit | 22db4c24452a6681c7e99c6a06b38b5418395bec (patch) | |
tree | ef81932037e7090c2e4921417eb96bef05a1bfbf /drivers/net/ethernet/intel/e100.c | |
parent | net/mlx5e: Keep direct reference to mlx5_core_dev in tc ct (diff) | |
download | wireguard-linux-22db4c24452a6681c7e99c6a06b38b5418395bec.tar.xz wireguard-linux-22db4c24452a6681c7e99c6a06b38b5418395bec.zip |
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 'drivers/net/ethernet/intel/e100.c')
0 files changed, 0 insertions, 0 deletions