mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix problem with ax88190 based cards trying to probe further after
matching the ax88190.
This commit is contained in:
parent
b76f687a7e
commit
3a68d6087a
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue