Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368296
b: refs/heads/master
c: 14408db
h: refs/heads/master
v: v3
  • Loading branch information
Jarno Rajahalme authored and Jesse Gross committed Jan 9, 2013
1 parent a31d0be commit e526300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9807a54cd74149988f5d20088bf7a7957c205bfb
refs/heads/master: 14408dba8440ef629a3a2827bc4c7b5045889295
2 changes: 1 addition & 1 deletion trunk/net/openvswitch/datapath.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e526300

Please sign in to comment.