Commit d6ba10fd authored by Dave Jones's avatar Dave Jones Committed by Jaroslav Kysela

[PATCH] sf16fmi card detect thinko

Missing loop increment.
parent 92ecef67
......@@ -271,6 +271,7 @@ static int isapnp_fmi_probe(void)
while (id_table[i].card_vendor != 0 && dev == NULL) {
dev = isapnp_find_dev(NULL, id_table[i].vendor,
id_table[i].function, NULL);
i++;
}
if (!dev)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment