Revert "RDMA/cxgb4: Added NULL check for lookup_atid"
This reverts commit 7e4385aa6d
.
This commit is contained in:
parent
d2ef50fd36
commit
c82d0a9118
1 changed files with 0 additions and 5 deletions
|
@ -1222,8 +1222,6 @@ static int act_establish(struct c4iw_dev *dev, struct sk_buff *skb)
|
|||
int ret;
|
||||
|
||||
ep = lookup_atid(t, atid);
|
||||
if (!ep)
|
||||
return -EINVAL;
|
||||
|
||||
pr_debug("ep %p tid %u snd_isn %u rcv_isn %u\n", ep, tid,
|
||||
be32_to_cpu(req->snd_isn), be32_to_cpu(req->rcv_isn));
|
||||
|
@ -2280,9 +2278,6 @@ static int act_open_rpl(struct c4iw_dev *dev, struct sk_buff *skb)
|
|||
int ret = 0;
|
||||
|
||||
ep = lookup_atid(t, atid);
|
||||
if (!ep)
|
||||
return -EINVAL;
|
||||
|
||||
la = (struct sockaddr_in *)&ep->com.local_addr;
|
||||
ra = (struct sockaddr_in *)&ep->com.remote_addr;
|
||||
la6 = (struct sockaddr_in6 *)&ep->com.local_addr;
|
||||
|
|
Loading…
Reference in a new issue