diff options
-rw-r--r-- | drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c b/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c index 99f2b8c5dd63..8c04fada710b 100644 --- a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c +++ b/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | |||
@@ -692,6 +692,9 @@ static void do_act_open_rpl(struct cxgbi_device *cdev, struct sk_buff *skb) | |||
692 | &csk->daddr.sin_addr.s_addr, ntohs(csk->daddr.sin_port), | 692 | &csk->daddr.sin_addr.s_addr, ntohs(csk->daddr.sin_port), |
693 | atid, tid, status, csk, csk->state, csk->flags); | 693 | atid, tid, status, csk, csk->state, csk->flags); |
694 | 694 | ||
695 | if (status == CPL_ERR_RTX_NEG_ADVICE) | ||
696 | goto rel_skb; | ||
697 | |||
695 | if (status && status != CPL_ERR_TCAM_FULL && | 698 | if (status && status != CPL_ERR_TCAM_FULL && |
696 | status != CPL_ERR_CONN_EXIST && | 699 | status != CPL_ERR_CONN_EXIST && |
697 | status != CPL_ERR_ARP_MISS) | 700 | status != CPL_ERR_ARP_MISS) |