diff options
| author | Warner Losh <imp@FreeBSD.org> | 2012-01-25 04:48:27 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2012-01-25 04:48:27 +0000 |
| commit | b64933321a864d365d06d0ef695bd989377b1104 (patch) | |
| tree | 18a69e081cc3207eddcf14248e0669ab2102a3ea /sys/dev/fxp | |
| parent | c9b36592cc4a15efd813fc27fcd1a5aa40a6933a (diff) | |
Notes
Diffstat (limited to 'sys/dev/fxp')
| -rw-r--r-- | sys/dev/fxp/if_fxp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 0255b919019a..8a360e775670 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -2555,7 +2555,7 @@ fxp_ifmedia_upd(struct ifnet *ifp) { struct fxp_softc *sc = ifp->if_softc; struct mii_data *mii; - struct mii_softc *miisc; + struct mii_softc *miisc; mii = device_get_softc(sc->miibus); FXP_LOCK(sc); |
