isert: Silence coverity false positive

Signed-off-by: Yan Burman <yanb@mellanox.com>

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/iser@5869 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Yan Burman
2014-11-16 13:24:38 +00:00
parent 9236ef4ef8
commit 091bc739a7
+2 -2
View File
@@ -1486,8 +1486,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;