dect
/
linux-2.6
Archived
13
0
Fork 0

RDMA/cxgb3: Remove cm_id reference on listen failures

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
Steve Wise 2007-07-11 13:04:35 -05:00 committed by Roland Dreier
parent cb32da0416
commit 1b07db7079
1 changed files with 1 additions and 0 deletions

View File

@ -1914,6 +1914,7 @@ int iwch_create_listen(struct iw_cm_id *cm_id, int backlog)
fail3:
cxgb3_free_stid(ep->com.tdev, ep->stid);
fail2:
cm_id->rem_ref(cm_id);
put_ep(&ep->com);
fail1:
out: