Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96064
b: refs/heads/master
c: c37aa90
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed May 5, 2008
1 parent df9cb2c commit 431c5cb
Show file tree
Hide file tree
Showing 2 changed files with 4 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: be0c007ac64f880a946995d6d1fc654acc81484d
refs/heads/master: c37aa90b0458d87342e0bb083f6bf7d113220d09
4 changes: 3 additions & 1 deletion trunk/net/bridge/br_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,10 @@ int br_add_bridge(const char *name)
}

ret = register_netdevice(dev);
if (ret)
if (ret) {
free_netdev(dev);
goto out;
}

ret = br_sysfs_addbr(dev);
if (ret)
Expand Down

0 comments on commit 431c5cb

Please sign in to comment.