]> git.baikalelectronics.ru Git - uboot.git/commit
net: dwc_eth_qos: fix double resource leak in eqos_remove()
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Wed, 11 May 2022 14:12:50 +0000 (16:12 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 8 Aug 2022 14:50:20 +0000 (10:50 -0400)
commit66f608bccdef2bd5edcbe5e13e3920492d58202b
treebc79d53ce2082a161964f15a503b594e2ba677b6
parentc8fde953f620b0a798ccac89420c633a80c2ba1d
net: dwc_eth_qos: fix double resource leak in eqos_remove()

Not only does eqos_remove() fail to free the buffers that have been
allocated by eqos_probe_resources_core(), it repeats those allocations
and thus drops twice as much memory on the floor.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
drivers/net/dwc_eth_qos.c