Fix r284722, by making it actually compile.
Pointy hat to: dim
This commit is contained in:
parent
9ae5ff6d65
commit
0e319d9946
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user