Fix r284722, by making it actually compile.

Pointy hat to:	dim
This commit is contained in:
dim 2015-06-23 06:59:46 +00:00
parent 9ae5ff6d65
commit 0e319d9946

View File

@ -3350,7 +3350,7 @@ ti_ifmedia_upd(struct ifnet *ifp)
sc = ifp->if_softc;
TI_LOCK(sc);
error = ti_ifmedia_upd_locked(ifp);
error = ti_ifmedia_upd_locked(sc);
TI_UNLOCK(sc);
return (error);