diff --git a/[refs] b/[refs] index 35af9484a31b..13e3349fb8aa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 06d82c9191261942ce7873ce4a8735fd2a15e662 +refs/heads/master: 37695420a233aa8aef40c68cb338ad09e0241ec3 diff --git a/trunk/net/tipc/msg.h b/trunk/net/tipc/msg.h index 5cf76a4f28e4..88a2ee03bb2a 100644 --- a/trunk/net/tipc/msg.h +++ b/trunk/net/tipc/msg.h @@ -85,7 +85,7 @@ static inline u32 msg_version(struct tipc_msg *m) static inline void msg_set_version(struct tipc_msg *m) { - msg_set_bits(m, 0, 29, 0xf, TIPC_VERSION); + msg_set_bits(m, 0, 29, 7, TIPC_VERSION); } static inline u32 msg_user(struct tipc_msg *m)