diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-09-19 03:10:21 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-09-19 03:10:21 +0000 |
| commit | ad4f426ef63acf8f93962c281274c677a055e500 (patch) | |
| tree | c3358cebc77043ea8b2a3a5036b02dad6a674b7e /sys/dev/cs | |
| parent | 6763e7c1edc7198eca8ab7017018b03f5c41e012 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cs')
| -rw-r--r-- | sys/dev/cs/if_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cs/if_cs.c b/sys/dev/cs/if_cs.c index afa3fb7af6caa..a55c4eb11ad06 100644 --- a/sys/dev/cs/if_cs.c +++ b/sys/dev/cs/if_cs.c @@ -696,8 +696,8 @@ cs_detach(device_t dev) cs_stop(sc); ifp->if_drv_flags &= ~IFF_DRV_RUNNING; ether_ifdetach(ifp); - if_free(ifp); cs_release_resources(dev); + if_free(ifp); return (0); } |
