From: Jiri Slaby Date: Thu, 4 Nov 2010 14:31:30 +0000 (+0100) Subject: xen-pcifront: fix PCI reference leak X-Git-Tag: v2.6.37-rc2~26^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a63dd7275b2278bd7e9203f74b9aa4f07e82a7a;p=pandora-kernel.git xen-pcifront: fix PCI reference leak Stanse found that when pdev is found and has no driver a reference is leaked in pcifront_common_process. So add pci_dev_put there. For the pdev == NULL case, pci_dev_put(NULL) is fine. [v2: Updated to not dereference pcidev->dev per Milton's observation] Signed-off-by: Jiri Slaby Signed-off-by: Konrad Rzeszutek Wilk Cc: Milton Miller Cc: Jesse Barnes --- Reading git-diff-tree failed