staging: lustre: remove RETURN macro
[deliverable/linux.git] / drivers / staging / lustre / lustre / obdclass / lustre_peer.c
index 2fa2589dc8eb34b8aa22071b5cc3465aaf156aaa..df4936ad23750f994b107cfab46efcebe92c5e96 100644 (file)
@@ -191,7 +191,6 @@ int class_check_uuid(struct obd_uuid *uuid, __u64 nid)
 {
        struct uuid_nid_data *entry;
        int found = 0;
-       ENTRY;
 
        CDEBUG(D_INFO, "check if uuid %s has %s.\n",
               obd_uuid2str(uuid), libcfs_nid2str(nid));
@@ -213,6 +212,6 @@ int class_check_uuid(struct obd_uuid *uuid, __u64 nid)
                break;
        }
        spin_unlock(&g_uuid_lock);
-       RETURN(found);
+       return found;
 }
 EXPORT_SYMBOL(class_check_uuid);
This page took 0.031954 seconds and 5 git commands to generate.