diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-06-23 06:59:46 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-06-23 06:59:46 +0000 |
| commit | 71d827559bbfc4d8a05bdb120603976953dd082a (patch) | |
| tree | 3990f81ae3fd5a9b6bda0a19b4bd2d4bacd31f53 /sys/dev/ti | |
| parent | 7a70e15235e9394c5c03165f3c35f1c9b05b5c34 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ti')
| -rw-r--r-- | sys/dev/ti/if_ti.c | 2 |
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); |
