staging: lustre: remove RETURN macro
[linux-2.6-block.git] / drivers / staging / lustre / lustre / ptlrpc / llog_net.c
index 963223d3ed1f34f24400c32e8580c4a568bf1cef..17c06a32df629136e3c55529cff3d3a741041b81 100644 (file)
@@ -69,6 +69,6 @@ int llog_initiator_connect(struct llog_ctxt *ctxt)
                ctxt->loc_imp = class_import_get(new_imp);
        }
        mutex_unlock(&ctxt->loc_mutex);
-       RETURN(0);
+       return 0;
 }
 EXPORT_SYMBOL(llog_initiator_connect);