Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134829
b: refs/heads/master
c: 4d8faf6
h: refs/heads/master
i:
  134827: 9cebf62
v: v3
  • Loading branch information
Roel Kluin authored and John W. Linville committed Feb 27, 2009
1 parent 9c4a00e commit aa11d09
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: 076ae609d20901b5fd9bc19fc4c245624c423970
refs/heads/master: 4d8faf6937fd7ada1f523b1cf565ffd2a0623e8c
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/wavelan.c
Original file line number Diff line number Diff line change
Expand Up @@ -4281,8 +4281,7 @@ int __init init_module(void)


/* Loop on all possible base addresses. */
i = -1;
while ((io[++i] != 0) && (i < ARRAY_SIZE(io))) {
for (i = 0; i < ARRAY_SIZE(io) && io[i] != 0; i++) {
struct net_device *dev = alloc_etherdev(sizeof(net_local));
if (!dev)
break;
Expand Down

0 comments on commit aa11d09

Please sign in to comment.