Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205767
b: refs/heads/master
c: 08f20b5
h: refs/heads/master
i:
  205765: 81cd329
  205763: b2ed7eb
  205759: fabad6a
v: v3
  • Loading branch information
Marek Lindner authored and Greg Kroah-Hartman committed Jul 8, 2010
1 parent 9cc3488 commit 63a573a
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: 62c2072003074f3e7fdc1bfb07f4362215b49937
refs/heads/master: 08f20b5e07d17c36a6790fa8b0f2554b6735cf59
2 changes: 1 addition & 1 deletion trunk/drivers/staging/batman-adv/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ void cleanup_module(void)
{
deactivate_module();

debugfs_destroy();
unregister_netdevice_notifier(&hard_if_notifier);
hardif_remove_interfaces();

Expand Down Expand Up @@ -212,7 +213,6 @@ void deactivate_module(void)
hna_global_free();

synchronize_net();
debugfs_destroy();

synchronize_rcu();
atomic_set(&module_state, MODULE_INACTIVE);
Expand Down

0 comments on commit 63a573a

Please sign in to comment.