IB/hfi1: Fix resource release in context allocation
authorJakub Pawlak <jakub.pawlak@intel.com>
Sun, 25 Sep 2016 14:42:23 +0000 (07:42 -0700)
committerDoug Ledford <dledford@redhat.com>
Sun, 2 Oct 2016 12:42:17 +0000 (08:42 -0400)
commit3a6982dfd3a7931d679a1aac651fda83ecbad0a0
tree7efda22ab8e5ead4f40cefee67f2b0d58dfb92a0
parent242833fbe4e82b095140c00ff59519991a6c99fd
IB/hfi1: Fix resource release in context allocation

Correct resource free in allocate_ctxt() function.
When context creation fails allocated resources are properly
released and pointer in receive context data table is set back
to NULL.

Reviewed-by: Dean Luick <dean.luick@intel.com>
Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Jakub Pawlak <jakub.pawlak@intel.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/hfi1/file_ops.c
drivers/infiniband/hw/hfi1/init.c