RDMA/iw_cxgb4: remove abort_connection() usage from ep_timeout()
authorHariprasad S <hariprasad@chelsio.com>
Wed, 4 May 2016 19:57:37 +0000 (01:27 +0530)
committerDoug Ledford <dledford@redhat.com>
Thu, 5 May 2016 20:11:14 +0000 (16:11 -0400)
commit6973627968acbdf7d6f45a4c4813d46bf8e2a66a
tree7d3b55de847b517a755a05e6c788138f83e4187c
parentc00dcbafac39760f567350ce0c1cef1e4bb28a64
RDMA/iw_cxgb4: remove abort_connection() usage from ep_timeout()

Use c4iw_ep_disconnect() instead.  This is part of getting rid of
abort_connection() altogether so we properly clean up on send_abort()
failures.

This is the last user of abort_connection(), so remove it too.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/cxgb4/cm.c