From: Konrad Rzeszutek Date: Thu, 15 Jun 2006 16:08:30 +0000 (-0400) Subject: [PATCH] PCI: fix memory leak in MMCONFIG error path X-Git-Tag: v2.6.18-rc1~1081^2~228^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acc7c2e0b73a46122ec370bf8a3aa9f19065d331;p=pandora-kernel.git [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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed