From 89347d7d6b78abb718540bc2bff50ea4d6eddf8f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 11 Jun 2015 16:38:11 +0000 Subject: [PATCH] Merge r5872 from the iser branch git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6271 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/isert-scst/iser_rdma.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/iscsi-scst/kernel/isert-scst/iser_rdma.c b/iscsi-scst/kernel/isert-scst/iser_rdma.c index a45aaa33b..5cc59c9cd 100644 --- a/iscsi-scst/kernel/isert-scst/iser_rdma.c +++ b/iscsi-scst/kernel/isert-scst/iser_rdma.c @@ -1472,10 +1472,6 @@ static int isert_cm_evt_handler(struct rdma_cm_id *cm_id, TRACE_ENTRY(); - if (unlikely(IS_ERR(cm_id))) { - pr_err("isert_cm_evt invalid cm_id:%p\n", cm_id); - goto out; - } ev_type = cm_ev->event; portal = cm_id->context; pr_info("isert_cm_evt:%s(%d) status:%d portal:%p cm_id:%p\n",