diff --git a/[refs] b/[refs] index 5ed5a00628da..588bcf54bf2b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 734907e82d21a75a514b80164185427a832a00c0 +refs/heads/master: cb7c5bdffb727a3d4dea5247d9d1d52238b01d90 diff --git a/trunk/net/openvswitch/datapath.c b/trunk/net/openvswitch/datapath.c index 5e275b903f3c..a2cd3e6d03a2 100644 --- a/trunk/net/openvswitch/datapath.c +++ b/trunk/net/openvswitch/datapath.c @@ -1691,6 +1691,7 @@ static int ovs_vport_cmd_new(struct sk_buff *skb, struct genl_info *info) if (IS_ERR(vport)) goto exit_unlock; + err = 0; reply = ovs_vport_cmd_build_info(vport, info->snd_portid, info->snd_seq, OVS_VPORT_CMD_NEW); if (IS_ERR(reply)) {