Index: ulp/dapl2/dapl/openib_cma/cm.c
===================================================================
--- ulp/dapl2/dapl/openib_cma/cm.c	(revision 2342)
+++ ulp/dapl2/dapl/openib_cma/cm.c	(working copy)
@@ -644,11 +644,7 @@
 		return DAT_SUCCESS;
 
 	/* no graceful half-pipe disconnect option */
-	ret = rdma_disconnect(conn->cm_id);
-	if (ret)
-		dapl_dbg_log(DAPL_DBG_TYPE_ERR,
-			     " disconnect: ID %p ret 0x%x\n",
-			     ep_ptr->cm_handle, ret);
+	rdma_disconnect(conn->cm_id);
 
 	/* 
 	 * DAT event notification occurs from the callback
