]> www.infradead.org Git - users/jedix/linux-maple.git/commit
misc: microchip: pci1xxxx: Fix a memory leak in the error handling of gp_aux_bus_probe()
authorYongzhi Liu <hyperlyzcs@gmail.com>
Thu, 23 May 2024 12:14:34 +0000 (20:14 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Jun 2024 16:08:39 +0000 (18:08 +0200)
commit77427e3d5c353e3dd98c7c0af322f8d9e3131ace
tree44b677ba13efc27681e463a5e666bf77ce8cd1da
parent086c6cbcc563c81d55257f9b27e14faf1d0963d3
misc: microchip: pci1xxxx: Fix a memory leak in the error handling of gp_aux_bus_probe()

There is a memory leak (forget to free allocated buffers) in a
memory allocation failure path.

Fix it to jump to the correct error handling code.

Fixes: 393fc2f5948f ("misc: microchip: pci1xxxx: load auxiliary bus driver for the PIO function in the multi-function endpoint of pci1xxxx device.")
Signed-off-by: Yongzhi Liu <hyperlyzcs@gmail.com>
Reviewed-by: Kumaravel Thiagarajan <kumaravel.thiagarajan@microchip.com>
Link: https://lore.kernel.org/r/20240523121434.21855-4-hyperlyzcs@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gp.c