commit | cc413d9097dfc6237f37dcaf52346db1061a6119 | [log] [tgz] |
---|---|---|
author | Michal Schmidt <mschmidt@redhat.com> | Thu Jun 24 04:13:44 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 26 22:10:04 2010 -0700 |
tree | cc85bed1040342b75785fc85fcb013ae0d0e0595 | |
parent | 1b4843c5e8cbab86830da8a53b8288882060c059 [diff] |
vxge: fix memory leak in vxge_alloc_msix() error path When pci_enable_msix() returned ret<0, entries and vxge_entries were leaked. While at it, use the centralized exit idiom in the function. Signed-off-by: Michal Schmidt <mschmidt@redhat.com> Acked-by: Ram Vepa <ram.vepa@exar.com> Signed-off-by: David S. Miller <davem@davemloft.net>