Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45991
b: refs/heads/master
c: bcdddfb
h: refs/heads/master
i:
  45989: 3ef72f4
  45987: 975f39e
  45983: ad79db6
v: v3
  • Loading branch information
Linus Torvalds committed Jan 30, 2007
1 parent 8dd8b8d commit 328d97d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0f2452855d86901ba3766826ccb5606ea4e15ab9
refs/heads/master: bcdddfb66cc998252d34758ce4109cedc0d24a5c
3 changes: 2 additions & 1 deletion trunk/drivers/net/ifb.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ static int __init ifb_init_module(void)
for (i = 0; i < numifbs && !err; i++)
err = ifb_init_one(i);
if (err) {
while (i--)
i--;
while (--i >= 0)
ifb_free_one(i);
}

Expand Down

0 comments on commit 328d97d

Please sign in to comment.