Fix a copy/paste error

This commit is contained in:
Kevin Lo 2008-08-06 07:52:59 +00:00
parent 69e401fe28
commit 503765e486
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181343

View file

@ -362,7 +362,6 @@ rgephy_status(struct mii_softc *sc)
mii->mii_media_status |= IFM_ACTIVE;
}
PHY_READ(sc, RGEPHY_MII_BMSR);
bmsr = PHY_READ(sc, RGEPHY_MII_BMSR);
bmcr = PHY_READ(sc, RGEPHY_MII_BMCR);