diff --git a/[refs] b/[refs] index c82b18a62471..63cc86f20e56 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f83284fe209b1d143244bf462abf1b414eb7b62a +refs/heads/master: 3b73e79b0dcc86f8bec68a34b7fb812eec953f34 diff --git a/trunk/drivers/net/at1700.c b/trunk/drivers/net/at1700.c index 18b566ad4fd1..cf30e278f182 100644 --- a/trunk/drivers/net/at1700.c +++ b/trunk/drivers/net/at1700.c @@ -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];