| Submitter | Jesse Gross |
|---|---|
| Date | March 15, 2013, 5:38 p.m. |
| Message ID | <1363369131-16830-5-git-send-email-jesse@nicira.com> |
| Download | mbox | patch |
| Permalink | /patch/228122/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/net/openvswitch/datapath.c b/net/openvswitch/datapath.c index f996db3..f9d2438 100644 --- a/net/openvswitch/datapath.c +++ b/net/openvswitch/datapath.c @@ -1628,7 +1628,7 @@ static struct vport *lookup_vport(struct net *net, vport = ovs_vport_rtnl_rcu(dp, port_no); if (!vport) - return ERR_PTR(-ENOENT); + return ERR_PTR(-ENODEV); return vport; } else return ERR_PTR(-EINVAL);