[PATCH] PCI: fix potential resource leak in drivers/pci/msi.c
authorJesper Juhl <jesper.juhl@gmail.com>
Mon, 17 Apr 2006 02:02:54 +0000 (04:02 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 27 Apr 2006 20:00:51 +0000 (13:00 -0700)
commitf01f4182597a3bb4b6fbf92e041faf7a1016f4b6
tree794a37798a20dd57737020fe5a550a2398fb1d9c
parent9b860b8c4bde5949b272968597d1426d53080532
[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 <jesper.juhl@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/msi.c