Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310759
b: refs/heads/master
c: 16b0dc2
h: refs/heads/master
i:
  310757: e2451b2
  310755: c8277de
  310751: 45bdc50
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jun 11, 2012
1 parent 9093cd7 commit 520c3f2
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c5d21c4b2a7765ab0600c8426374b50eb9f4a36f
refs/heads/master: 16b0dc29c1af9df341428f4c49ada4f626258082
4 changes: 3 additions & 1 deletion trunk/drivers/net/dummy.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,10 @@ static int __init dummy_init_module(void)
rtnl_lock();
err = __rtnl_link_register(&dummy_link_ops);

for (i = 0; i < numdummies && !err; i++)
for (i = 0; i < numdummies && !err; i++) {
err = dummy_init_one();
cond_resched();
}
if (err < 0)
__rtnl_link_unregister(&dummy_link_ops);
rtnl_unlock();
Expand Down

0 comments on commit 520c3f2

Please sign in to comment.