Skip to content
Commit de91b319 authored by Wei Yongjun's avatar Wei Yongjun Committed by Jakub Kicinski
Browse files

eth: sp7021: drop free_netdev() from spl2sw_init_netdev()

It's not necessary to free netdev allocated with devm_alloc_etherdev()
and using free_netdev() leads to double free.

Fixes: fd3040b9

 ("net: ethernet: Add driver for Sunplus SP7021")
Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
Link: https://lore.kernel.org/r/20221109150116.2988194-1-weiyongjun@huaweicloud.com
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 6ce3df59
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment