Whamcloud - gitweb
smash the HEAD with the contents of b_cmd. HEAD_PRE_CMD_SMASH and
[fs/lustre-release.git] / lustre / portals / utils / wirecheck.c
index 6316290..a73a521 100644 (file)
@@ -34,7 +34,7 @@ do {                                                    \
 
 #define CHECK_MEMBER_OFFSET(s,m)                \
 do {                                            \
-        CHECK_VALUE((int)offsetof(s, m));       \
+        CHECK_VALUE(offsetof(s, m));            \
 } while (0)
 
 #define CHECK_MEMBER_SIZEOF(s,m)                \