ALSA: hda - Update descriptions about new position_fix values
[linux-2.6-block.git] / net / tipc / name_table.c
index 89993afe0fbd38713dd3d0499cc79e6c3e159b4d..66a65c2cdb23c09960e71885635412163a6dcecd 100644 (file)
@@ -829,11 +829,11 @@ static int __tipc_nl_add_nametable_publ(struct tipc_nl_msg *msg,
                if (!hdr)
                        return -EMSGSIZE;
 
-               attrs = nla_nest_start(msg->skb, TIPC_NLA_NAME_TABLE);
+               attrs = nla_nest_start_noflag(msg->skb, TIPC_NLA_NAME_TABLE);
                if (!attrs)
                        goto msg_full;
 
-               b = nla_nest_start(msg->skb, TIPC_NLA_NAME_TABLE_PUBL);
+               b = nla_nest_start_noflag(msg->skb, TIPC_NLA_NAME_TABLE_PUBL);
                if (!b)
                        goto attr_msg_full;