Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155882
b: refs/heads/master
c: c65d319
h: refs/heads/master
v: v3
  • Loading branch information
roel kluin authored and David S. Miller committed Jul 27, 2009
1 parent 8216ddb commit 9d0d6ae
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: 3b73e79b0dcc86f8bec68a34b7fb812eec953f34
refs/heads/master: c65d3198addb1a2862d4b88bc2a74ac9cbed66f9
2 changes: 1 addition & 1 deletion trunk/drivers/net/tokenring/ibmtr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1912,7 +1912,7 @@ static int __init ibmtr_init(void)

find_turbo_adapters(io);

for (i = 0; io[i] && (i < IBMTR_MAX_ADAPTERS); i++) {
for (i = 0; i < IBMTR_MAX_ADAPTERS && io[i]; i++) {
struct net_device *dev;
irq[i] = 0;
mem[i] = 0;
Expand Down

0 comments on commit 9d0d6ae

Please sign in to comment.