From: Daeseok Youn Date: Tue, 1 Apr 2014 10:15:59 +0000 (+0900) Subject: xen: fix memory leak in __xen_pcibk_add_pci_dev() X-Git-Tag: omap-for-v3.16/pm-signed~95^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cea37f87519ca3172a4e8ddd3ffcd2b4232b341f;p=pandora-kernel.git xen: fix memory leak in __xen_pcibk_add_pci_dev() It need to free dev_entry when it failed to assign to a new slot on the virtual PCI bus. smatch says: drivers/xen/xen-pciback/vpci.c:142 __xen_pcibk_add_pci_dev() warn: possible memory leak of 'dev_entry' Signed-off-by: Daeseok Youn Signed-off-by: David Vrabel --- Reading git-diff-tree failed