]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
net: netcp: drop kfree for memory allocated with devm_kzalloc
authorWei Yongjun <weiyongjun1@huawei.com>
Sat, 22 Oct 2016 12:32:04 +0000 (12:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Oct 2016 21:21:59 +0000 (17:21 -0400)
commit1aaa87aff688bbb47e9ab36c638e1bb876810a39
tree309af29b7bd37b593a43b49bbb6a83dd5daa1f44
parent701470babace4c4bbcc8463a5609790f91f85bdb
net: netcp: drop kfree for memory allocated with devm_kzalloc

It's not necessary to free memory allocated with devm_kzalloc in the
remove path and using kfree leads to a double free.

Fixes: 84640e27f230 ("net: netcp: Add Keystone NetCP core ethernet
driver")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/netcp_core.c