From 6f03a80f4d526d1268a62f0ea598a9509845a07c Mon Sep 17 00:00:00 2001 From: Allan Stephens Date: Wed, 25 May 2011 13:28:27 -0400 Subject: [PATCH] --- yaml --- r: 255916 b: refs/heads/master c: 7eb878ed8e0eae67269439bfd82234f9ba52ffe4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/tipc/msg.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index bcfd16628863..bd3c88bb6deb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 74d33b32deaa9ec864d6db3255b3a17a459f75fe +refs/heads/master: 7eb878ed8e0eae67269439bfd82234f9ba52ffe4 diff --git a/trunk/net/tipc/msg.h b/trunk/net/tipc/msg.h index 11b74dc253f5..a58975ced222 100644 --- a/trunk/net/tipc/msg.h +++ b/trunk/net/tipc/msg.h @@ -615,7 +615,7 @@ static inline u32 msg_link_selector(struct tipc_msg *m) static inline void msg_set_link_selector(struct tipc_msg *m, u32 n) { - msg_set_bits(m, 4, 0, 1, (n & 1)); + msg_set_bits(m, 4, 0, 1, n); } /* @@ -639,7 +639,7 @@ static inline u32 msg_probe(struct tipc_msg *m) static inline void msg_set_probe(struct tipc_msg *m, u32 val) { - msg_set_bits(m, 5, 0, 1, (val & 1)); + msg_set_bits(m, 5, 0, 1, val); } static inline char msg_net_plane(struct tipc_msg *m)