Don't encode model id twice.

Reported by:	Kristof Provost <kristof <> sigsegv dot be>
This commit is contained in:
yongari 2009-09-28 19:48:17 +00:00
parent af9841a11e
commit 898fa4c915

View File

@ -248,7 +248,7 @@ e1000phy_reset(struct mii_softc *sc)
}
}
switch (MII_MODEL(esc->mii_model)) {
switch (esc->mii_model) {
case MII_MODEL_MARVELL_E3082:
case MII_MODEL_MARVELL_E1112:
case MII_MODEL_MARVELL_E1118: