diff options
-rw-r--r-- | net/openvswitch/datapath.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openvswitch/datapath.c b/net/openvswitch/datapath.c index f996db343247..5e275b903f3c 100644 --- a/net/openvswitch/datapath.c +++ b/net/openvswitch/datapath.c | |||
@@ -1772,6 +1772,7 @@ static int ovs_vport_cmd_del(struct sk_buff *skb, struct genl_info *info) | |||
1772 | if (IS_ERR(reply)) | 1772 | if (IS_ERR(reply)) |
1773 | goto exit_unlock; | 1773 | goto exit_unlock; |
1774 | 1774 | ||
1775 | err = 0; | ||
1775 | ovs_dp_detach_port(vport); | 1776 | ovs_dp_detach_port(vport); |
1776 | 1777 | ||
1777 | genl_notify(reply, genl_info_net(info), info->snd_portid, | 1778 | genl_notify(reply, genl_info_net(info), info->snd_portid, |