commit | f01f4182597a3bb4b6fbf92e041faf7a1016f4b6 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jesper.juhl@gmail.com> | Mon Apr 17 04:02:54 2006 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Apr 27 13:00:51 2006 -0700 |
tree | 794a37798a20dd57737020fe5a550a2398fb1d9c | |
parent | 9b860b8c4bde5949b272968597d1426d53080532 [diff] |
[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>