]> git.baikalelectronics.ru Git - kernel.git/commit
octeon_ep: Fix a memory leak in the error handling path of octep_request_irqs()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 17 May 2022 20:59:51 +0000 (22:59 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 19 May 2022 03:04:17 +0000 (20:04 -0700)
commit76dfe15d7c2c044355b88de0c4edd24b35b2be58
treee3893f279fef3f7d0296c1425685653762bc3aad
parent1863354d5151b0d7a7fa7a63c728a4e89cf3fb61
octeon_ep: Fix a memory leak in the error handling path of octep_request_irqs()

'oct->non_ioq_irq_names' is not freed in the error handling path of
octep_request_irqs().

Add the missing kfree().

Fixes: 2c41ea2e7824 ("octeon_ep: add Tx/Rx processing and interrupt support")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-by: Veerasenareddy Burru <vburru@marvell.com>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/marvell/octeon_ep/octep_main.c