Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199872
b: refs/heads/master
c: 3d9b235
h: refs/heads/master
v: v3
  • Loading branch information
Sven Eckelmann authored and Greg Kroah-Hartman committed Jun 4, 2010
1 parent 44b63ba commit 9de89bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 20c8a44b7cd5e56b62898a87f620b3a7269eb898
refs/heads/master: 3d9b2358930a3e5225b28ac1458236f3d667e368
3 changes: 3 additions & 0 deletions trunk/drivers/staging/batman-adv/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ int init_module(void)

unreg_soft_device:
unregister_netdev(soft_device);
soft_device = NULL;
return -ENOMEM;

free_soft_device:
free_netdev(soft_device);
soft_device = NULL;
Expand Down

0 comments on commit 9de89bd

Please sign in to comment.