Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278752
b: refs/heads/master
c: 06ba7ce
h: refs/heads/master
v: v3
  • Loading branch information
Simon Wunderlich authored and Sven Eckelmann committed Nov 20, 2011
1 parent eb7549b commit 7f07df6
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: 80b3f58cf416770ae89b30734d252d641a56d289
refs/heads/master: 06ba7ce223045369cb5459f95e6c27e708938cf4
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/soft-interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ struct net_device *softif_create(const char *name)
unreg_sysfs:
sysfs_del_meshif(soft_iface);
unreg_soft_iface:
unregister_netdev(soft_iface);
unregister_netdevice(soft_iface);
return NULL;

free_soft_iface:
Expand Down

0 comments on commit 7f07df6

Please sign in to comment.