Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45950
b: refs/heads/master
c: 0c0b3ae
h: refs/heads/master
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Jeff Garzik committed Jan 30, 2007
1 parent 33e2a3c commit 02b221c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 5fc7d61aee1a7f7d3448f8fbccaa93371ebeecb0
refs/heads/master: 0c0b3ae68ec93b1db5c637d294647d1cca0df763
3 changes: 1 addition & 2 deletions trunk/drivers/net/ifb.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +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)
while (i--)
ifb_free_one(i);
}

Expand Down

0 comments on commit 02b221c

Please sign in to comment.