diff options
author | 2021-11-30 10:48:40 +0000 | |
---|---|---|
committer | 2021-11-30 12:40:22 +0000 | |
commit | 196073f9c44be0b4758ead11e51bc2875f98df29 (patch) | |
tree | d145e9f40771b881640cbb2fe7c90627b27757cb /net/core/dev_ioctl.c | |
parent | net: mscc: ocelot: fix mutex_lock not released (diff) | |
download | wireguard-linux-196073f9c44be0b4758ead11e51bc2875f98df29.tar.xz wireguard-linux-196073f9c44be0b4758ead11e51bc2875f98df29.zip |
net: ixp4xx_hss: drop kfree for memory allocated with devm_kzalloc
It's not necessary to free memory allocated with devm_kzalloc
and using kfree leads to a double free.
Fixes: 35aefaad326b ("net: ixp4xx_hss: Convert to use DT probing")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/dev_ioctl.c')
0 files changed, 0 insertions, 0 deletions