cxgbe/iw_cxgbe: Fix for stray "start_ep_timer timer already started!"

messages.

Submitted by:	Krishnamraju Eraparaju @ Chelsio
Sponsored by:	Chelsio Communications
This commit is contained in:
Navdeep Parhar 2016-03-29 00:10:47 +00:00
parent 859f4d0611
commit 79bb86ac2e

View File

@ -1855,6 +1855,7 @@ process_mpa_request(struct c4iw_ep *ep)
ep->mpa_attr.xmit_marker_enabled, ep->mpa_attr.version);
state_set(&ep->com, MPA_REQ_RCVD);
STOP_EP_TIMER(ep);
/* drive upcall */
mutex_lock(&ep->parent_ep->com.mutex);