Re: [PATCH] net: bgmac: Fix an erroneous kfree() in bgmac_remove()

From: Florian Fainelli
Date: Mon Jun 13 2022 - 17:40:35 EST


On 6/13/22 13:53, Christophe JAILLET wrote:
'bgmac' is part of a managed resource allocated with bgmac_alloc(). It
should not be freed explicitly.

Remove the erroneous kfree() from the .remove() function.

Fixes: 34a5102c3235 ("net: bgmac: allocate struct bgmac just once & don't copy it"
Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>

Reviewed-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
--
Florian