Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: drivers/net/phy/bcm7xxx.c drivers/net/phy/marvell.c drivers/net/vxlan.c All three conflicts were cases of simple overlapping changes. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -1962,8 +1962,10 @@ int tipc_nl_add_bc_link(struct net *net, struct tipc_nl_msg *msg)
|
||||
|
||||
hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
|
||||
NLM_F_MULTI, TIPC_NL_LINK_GET);
|
||||
if (!hdr)
|
||||
if (!hdr) {
|
||||
tipc_bcast_unlock(net);
|
||||
return -EMSGSIZE;
|
||||
}
|
||||
|
||||
attrs = nla_nest_start(msg->skb, TIPC_NLA_LINK);
|
||||
if (!attrs)
|
||||
|
Reference in New Issue
Block a user