dect
/
linux-2.6
Archived
13
0
Fork 0

IB/ehca: Fix mem leak of firmware ctrlblock in ehca_create_srq()

Signed-off-by: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
Hoang-Nam Nguyen 2007-09-28 17:16:27 +02:00 committed by Roland Dreier
parent cd9281d873
commit 03f72a51cb
1 changed files with 2 additions and 0 deletions

View File

@ -890,6 +890,8 @@ struct ib_srq *ehca_create_srq(struct ib_pd *pd,
goto create_srq2;
}
ehca_free_fw_ctrlblock(mqpcb);
return &my_qp->ib_srq;
create_srq2: