PCI: Hotplug: Fix leaks in IBM Hot Plug Controller Driver - ibmphp_init_devno()
authorJesper Juhl <jesper.juhl@gmail.com>
Fri, 21 Mar 2008 23:07:13 +0000 (00:07 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Apr 2008 04:47:08 +0000 (21:47 -0700)
commit029c3c133ba2c3e0e48fdfacc08324bb3fa2a571
tree704a03f0695be7df8d6437ec5a739d2943455875
parent884525655d07fdee9245716b998ecdc45cdd8007
PCI: Hotplug: Fix leaks in IBM Hot Plug Controller Driver - ibmphp_init_devno()

In drivers/pci/hotplug/ibmphp_core.c::ibmphp_init_devno() we allocate
space dynamically for a PCI irq routing table by calling
pcibios_get_irq_routing_table(), but we never free the allocated space.

This patch frees the allocated space at the function exit points.

Spotted by the Coverity checker. Compile tested only.

Please consider applying.

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/hotplug/ibmphp_core.c