Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32792
b: refs/heads/master
c: 4a9c74e
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Dichtel authored and David S. Miller committed Jul 21, 2006
1 parent b903f6d commit d3080bb
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: 53c4b2cc7a05c034fd21d104d2ab43ea8cc0e075
refs/heads/master: 4a9c74e5830444c1c3235848e06402c1d2ece1ea
1 change: 1 addition & 0 deletions trunk/drivers/net/ifb.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ static int __init ifb_init_module(void)
for (i = 0; i < numifbs && !err; i++)
err = ifb_init_one(i);
if (err) {
i--;
while (--i >= 0)
ifb_free_one(i);
}
Expand Down

0 comments on commit d3080bb

Please sign in to comment.