mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-20 20:12:48 +00:00
It's not necessary to free netdev allocated with devm_alloc_etherdev()
and using free_netdev() leads to double free.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| spl2sw_define.h | ||
| spl2sw_desc.c | ||
| spl2sw_desc.h | ||
| spl2sw_driver.c | ||
| spl2sw_int.c | ||
| spl2sw_int.h | ||
| spl2sw_mac.c | ||
| spl2sw_mac.h | ||
| spl2sw_mdio.c | ||
| spl2sw_mdio.h | ||
| spl2sw_phy.c | ||
| spl2sw_phy.h | ||
| spl2sw_register.h | ||