aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb3/iwch_cm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/infiniband/hw/cxgb3/iwch_cm.c')
-rw-r--r--drivers/infiniband/hw/cxgb3/iwch_cm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/cxgb3/iwch_cm.c b/drivers/infiniband/hw/cxgb3/iwch_cm.c
index 228721f23ce4..3b41dc0c39dd 100644
--- a/drivers/infiniband/hw/cxgb3/iwch_cm.c
+++ b/drivers/infiniband/hw/cxgb3/iwch_cm.c
@@ -1781,7 +1781,6 @@ err:
1781 ep->com.cm_id = NULL; 1781 ep->com.cm_id = NULL;
1782 ep->com.qp = NULL; 1782 ep->com.qp = NULL;
1783 cm_id->rem_ref(cm_id); 1783 cm_id->rem_ref(cm_id);
1784 abort_connection(ep, NULL, GFP_KERNEL);
1785 put_ep(&ep->com); 1784 put_ep(&ep->com);
1786 return err; 1785 return err;
1787} 1786}