Call ed_probe_Novel in the AX88190 case as well.

Remove stary blank line.

Submitted by:	Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
This commit is contained in:
Warner Losh
2000-12-17 18:15:15 +00:00
parent 3276496d94
commit 95b2cbbc17
+1 -1
View File
@@ -158,7 +158,6 @@ ed_pccard_probe(device_t dev)
sc->asic_offset = ED_NOVELL_ASIC_OFFSET;
sc->nic_offset = ED_NOVELL_NIC_OFFSET;
sc->chip_type = ED_CHIP_TYPE_AX88190;
/*
@@ -172,6 +171,7 @@ ed_pccard_probe(device_t dev)
ax88190_geteprom(sc);
ed_release_resources(dev);
error = ed_probe_Novell(dev, 0, flags);
goto end2;
}