]> git.baikalelectronics.ru Git - kernel.git/commit
litex_liteeth: Fix a double free in the remove function
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 7 Nov 2021 20:13:07 +0000 (21:13 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 7 Nov 2021 21:51:17 +0000 (21:51 +0000)
commitd6fc6be3f4097a81183d1b334fae86cd14561d8f
treef7bad1bde9763172f3fa95612eaf44bd02cfdd2e
parentfce4f63956334cfcdcc95cbabd5eb0fb1a6db289
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: 1896d58e447d ("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>
drivers/net/ethernet/litex/litex_liteeth.c