Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95387
b: refs/heads/master
c: 43af853
h: refs/heads/master
i:
  95385: 4af237f
  95383: e2a99a3
v: v3
  • Loading branch information
Volodymyr G Lukiianyk authored and David S. Miller committed Apr 29, 2008
1 parent b967b57 commit ecf1f28
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 9a732ed6d0e126d4c8a818f42a13f3df11755bee
refs/heads/master: 43af8532ecd74a61f9e7aeb27c026c1ee27915ca
5 changes: 4 additions & 1 deletion trunk/net/bridge/br_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,12 @@ int br_add_if(struct net_bridge *br, struct net_device *dev)
br_fdb_delete_by_port(br, p, 1);
err1:
kobject_del(&p->kobj);
return err;
goto put_back;
err0:
kobject_put(&p->kobj);

put_back:
dev_put(dev);
return err;
}

Expand Down

0 comments on commit ecf1f28

Please sign in to comment.