Merge r5869 from the iser branch

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6272 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-06-11 16:38:43 +00:00
parent 89347d7d6b
commit c012f4e2f1

View File

@@ -1503,8 +1503,8 @@ static int isert_cm_evt_handler(struct rdma_cm_id *cm_id,
case RDMA_CM_EVENT_DEVICE_REMOVAL:
isert_cm_disconnect_handler(cm_id, cm_ev);
case RDMA_CM_EVENT_TIMEWAIT_EXIT: /* fall through */
/* fallthrough */
case RDMA_CM_EVENT_TIMEWAIT_EXIT:
err = isert_cm_timewait_exit_handler(cm_id, cm_ev);
break;