Fix problem with ax88190 based cards trying to probe further after

matching the ax88190.
This commit is contained in:
Warner Losh 2000-12-13 06:27:23 +00:00
parent b76f687a7e
commit 3a68d6087a

View file

@ -172,6 +172,7 @@ ed_pccard_probe(device_t dev)
ax88190_geteprom(sc);
ed_release_resources(dev);
goto end2;
}
error = ed_probe_Novell(dev, 0, flags);