Fix r284722, by making it actually compile.

Pointy hat to:	dim
This commit is contained in:
Dimitry Andric 2015-06-23 06:59:46 +00:00
parent 7a70e15235
commit 71d827559b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284724

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);