From: Jesper Juhl Date: Mon, 17 Apr 2006 02:02:54 +0000 (+0200) Subject: [PATCH] PCI: fix potential resource leak in drivers/pci/msi.c X-Git-Tag: v2.6.17-rc4~136^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f01f4182597a3bb4b6fbf92e041faf7a1016f4b6;p=pandora-kernel.git [PATCH] PCI: fix potential resource leak in drivers/pci/msi.c The coverity checker spotted (as entry #599) that we might leak `entry' in drivers/pci/msi.c::msix_capability_init() This patch should take care of that. Signed-off-by: Jesper Juhl Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed