mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
Fix a copy/paste error
This commit is contained in:
parent
69e401fe28
commit
503765e486
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181343
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user