This removes a compile warning : `ret' might be used uninitialized in this
function
This patch is against the IWARP branch of the code

Signed-off-by: Pradipta Kumar Banerjee <[EMAIL PROTECTED]>

---

Index: core/cma.c
==================================================================
--- cma.org     2006-06-22 12:45:33.000000000 +0530
+++ cma.c       2006-06-22 12:45:51.000000000 +0530
@@ -2066,6 +2066,7 @@ int rdma_disconnect(struct rdma_cm_id *i
                ret = iw_cm_disconnect(id_priv->cm_id.iw, 0);
                break;
        default:
+               ret = -ENOSYS;
                break;
        }
 out:


_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to