[PATCH] PCI: fix memory leak in MMCONFIG error path
authorKonrad Rzeszutek <konradr@redhat.com>
Thu, 15 Jun 2006 16:08:30 +0000 (12:08 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 21 Jun 2006 19:00:01 +0000 (12:00 -0700)
commitacc7c2e0b73a46122ec370bf8a3aa9f19065d331
tree6e37db90a6e73aa2095d00e66314b3c3dec7e072
parent4d15a1779dfdf7e7a111022697d3a43da1745d31
[PATCH] PCI: fix memory leak in MMCONFIG error path

This a bit late (yours patch was posted about a year ago), but
a co-worker of spotted part of the code that looks like a memory
leak. Looking at the code it seems that pci_mmcfg_config should
be free-ed if MMCONFIG is above 4GB.

From: Konrad Rzeszutek <konradr@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/i386/kernel/acpi/boot.c