aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/infiniband/hw/cxgb3/iwch_cm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/cxgb3/iwch_cm.c b/drivers/infiniband/hw/cxgb3/iwch_cm.c
index b9274e1b3170..b21fde8b659d 100644
--- a/drivers/infiniband/hw/cxgb3/iwch_cm.c
+++ b/drivers/infiniband/hw/cxgb3/iwch_cm.c
@@ -1634,6 +1634,7 @@ static int ec_status(struct t3cdev *tdev, struct sk_buff *skb, void *ctx)
1634 1634
1635 printk(KERN_ERR MOD "%s BAD CLOSE - Aborting tid %u\n", 1635 printk(KERN_ERR MOD "%s BAD CLOSE - Aborting tid %u\n",
1636 __FUNCTION__, ep->hwtid); 1636 __FUNCTION__, ep->hwtid);
1637 stop_ep_timer(ep);
1637 attrs.next_state = IWCH_QP_STATE_ERROR; 1638 attrs.next_state = IWCH_QP_STATE_ERROR;
1638 iwch_modify_qp(ep->com.qp->rhp, 1639 iwch_modify_qp(ep->com.qp->rhp,
1639 ep->com.qp, IWCH_QP_ATTR_NEXT_STATE, 1640 ep->com.qp, IWCH_QP_ATTR_NEXT_STATE,