Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155881
b: refs/heads/master
c: 3b73e79
h: refs/heads/master
i:
  155879: 77e5a15
v: v3
  • Loading branch information
roel kluin authored and David S. Miller committed Jul 27, 2009
1 parent b93ca57 commit 8216ddb
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: f83284fe209b1d143244bf462abf1b414eb7b62a
refs/heads/master: 3b73e79b0dcc86f8bec68a34b7fb812eec953f34
2 changes: 1 addition & 1 deletion trunk/drivers/net/at1700.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ static int __init at1700_probe1(struct net_device *dev, int ioaddr)
pos3 = mca_read_stored_pos( slot, 3 );
pos4 = mca_read_stored_pos( slot, 4 );

for (l_i = 0; l_i < 0x09; l_i++)
for (l_i = 0; l_i < 8; l_i++)
if (( pos3 & 0x07) == at1700_ioaddr_pattern[l_i])
break;
ioaddr = at1700_mca_probe_list[l_i];
Expand Down

0 comments on commit 8216ddb

Please sign in to comment.