]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/staging/lustre/lnet/lnet/lib-ptl.c
staging: lustre: lnet: lib-ptl.c: put constant on the right of binary operator
[linux-beck.git] / drivers / staging / lustre / lnet / lnet / lib-ptl.c
index 84707c5cb46472035d357578b56a57397bacf397..b4f573ab62ccc5aa53d52c09701ab52cab2f1040 100644 (file)
@@ -420,9 +420,9 @@ lnet_mt_match_md(struct lnet_match_table *mtable,
 
        if (info->mi_opc == LNET_MD_OP_GET ||
            !lnet_ptl_is_lazy(the_lnet.ln_portals[info->mi_portal]))
-               return LNET_MATCHMD_DROP | exhausted;
+               return exhausted | LNET_MATCHMD_DROP;
 
-       return LNET_MATCHMD_NONE | exhausted;
+       return exhausted | LNET_MATCHMD_NONE;
 }
 
 static int