Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351368
b: refs/heads/master
c: 3f87c42
h: refs/heads/master
v: v3
  • Loading branch information
Antonio Quartulli committed Jan 12, 2013
1 parent 5fbd50b commit 04c737e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 46d160ef887963f26fee2df3d3b99eab54637014
refs/heads/master: 3f87c4239fa1df61beffbee2ca00e8ffbe31a5e3
6 changes: 2 additions & 4 deletions trunk/net/batman-adv/debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,8 @@ void batadv_debugfs_init(void)

void batadv_debugfs_destroy(void)
{
if (batadv_debugfs) {
debugfs_remove_recursive(batadv_debugfs);
batadv_debugfs = NULL;
}
debugfs_remove_recursive(batadv_debugfs);
batadv_debugfs = NULL;
}

int batadv_debugfs_add_meshif(struct net_device *dev)
Expand Down

0 comments on commit 04c737e

Please sign in to comment.