Files
linux/drivers
Christophe JAILLET c45231a766 litex_liteeth: Fix a double free in the remove function
'netdev' is a managed resource allocated in the probe using
'devm_alloc_etherdev()'.
It must not be freed explicitly in the remove function.

Fixes: ee7da21ac4 ("net: Add driver for LiteX's LiteETH network interface")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-11-07 21:51:17 +00:00
..
2021-09-08 11:50:26 -07:00
2021-10-28 12:47:49 +01:00
2021-10-29 13:17:21 +01:00
2021-10-21 09:00:56 -06:00
2021-10-28 14:42:20 +01:00
2021-08-14 15:54:09 -06:00