Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155883
b: refs/heads/master
c: d513d01
h: refs/heads/master
i:
  155881: 8216ddb
  155879: 77e5a15
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Jul 27, 2009
1 parent 9d0d6ae commit a414a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c65d3198addb1a2862d4b88bc2a74ac9cbed66f9
refs/heads/master: d513d018e2236930b6163241bbdce64d2c0de49e
2 changes: 1 addition & 1 deletion trunk/drivers/net/eepro.c
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,7 @@ int __init init_module(void)
printk(KERN_INFO "eepro_init_module: Auto-detecting boards (May God protect us...)\n");
}

for (i = 0; io[i] != -1 && i < MAX_EEPRO; i++) {
for (i = 0; i < MAX_EEPRO && io[i] != -1; i++) {
dev = alloc_etherdev(sizeof(struct eepro_local));
if (!dev)
break;
Expand Down

0 comments on commit a414a7d

Please sign in to comment.