aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ti
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2015-06-23 06:59:46 +0000
committerDimitry Andric <dim@FreeBSD.org>2015-06-23 06:59:46 +0000
commit71d827559bbfc4d8a05bdb120603976953dd082a (patch)
tree3990f81ae3fd5a9b6bda0a19b4bd2d4bacd31f53 /sys/dev/ti
parent7a70e15235e9394c5c03165f3c35f1c9b05b5c34 (diff)
Notes
Diffstat (limited to 'sys/dev/ti')
-rw-r--r--sys/dev/ti/if_ti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c
index d0bdb7fa1d23..9b9c4a173ac1 100644
--- a/sys/dev/ti/if_ti.c
+++ b/sys/dev/ti/if_ti.c
@@ -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);