]> www.infradead.org Git - users/dwmw2/linux.git/commit
net: usb: lan78xx: Fix memory leak on device unplug by freeing PHY device
authorOleksij Rempel <o.rempel@pengutronix.de>
Sat, 16 Nov 2024 13:05:58 +0000 (14:05 +0100)
committerJakub Kicinski <kuba@kernel.org>
Mon, 25 Nov 2024 00:28:57 +0000 (16:28 -0800)
commitae7370e61c5d8f5bcefc2d4fca724bd4e9bbf789
tree850aa4a797b7c1c48589d049b78fe1e43eab0f4b
parent03819abbeb11117dcbba40bfe322b88c0c88a6b6
net: usb: lan78xx: Fix memory leak on device unplug by freeing PHY device

Add calls to `phy_device_free` after `fixed_phy_unregister` to fix a
memory leak that occurs when the device is unplugged. This ensures
proper cleanup of pseudo fixed-link PHYs.

Fixes: 89b36fb5e532 ("lan78xx: Lan7801 Support for Fixed PHY")
Cc: Raghuram Chary J <raghuramchary.jallipalli@microchip.com>
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Link: https://patch.msgid.link/20241116130558.1352230-2-o.rempel@pengutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/usb/lan78xx.c