staging: lustre: remove RETURN macro
[deliverable/linux.git] / drivers / staging / lustre / lustre / obdclass / lustre_peer.c
index 81ced81d32af5eb090b01e99f53a758901b8b656..df4936ad23750f994b107cfab46efcebe92c5e96 100644 (file)
@@ -212,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.027274 seconds and 5 git commands to generate.