Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32793
b: refs/heads/master
c: 9ed3627
h: refs/heads/master
i:
  32791: b903f6d
v: v3
  • Loading branch information
Nicolas Dichtel authored and David S. Miller committed Jul 21, 2006
1 parent d3080bb commit 521fc03
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4a9c74e5830444c1c3235848e06402c1d2ece1ea
refs/heads/master: 9ed36279f68c990d65cd3d64f27d81313474a118
1 change: 1 addition & 0 deletions trunk/drivers/net/dummy.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ static int __init dummy_init_module(void)
for (i = 0; i < numdummies && !err; i++)
err = dummy_init_one(i);
if (err) {
i--;
while (--i >= 0)
dummy_free_one(i);
}
Expand Down

0 comments on commit 521fc03

Please sign in to comment.