summaryrefslogtreecommitdiffstats
path: root/sys/dev/hifn
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2003-06-04 23:12:32 +0000
committersam <sam@FreeBSD.org>2003-06-04 23:12:32 +0000
commit6b832784228aea42a7690c9e04992ef5a660f7f8 (patch)
treebfefc4fa8c5af11ce591767549fa2daeed5d8b5b /sys/dev/hifn
parent14594eae883bebaeafa397ebbb106e233455531d (diff)
downloadFreeBSD-src-6b832784228aea42a7690c9e04992ef5a660f7f8.zip
FreeBSD-src-6b832784228aea42a7690c9e04992ef5a660f7f8.tar.gz
fix typo (how did this get committed?)
Diffstat (limited to 'sys/dev/hifn')
-rw-r--r--sys/dev/hifn/hifn7751.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hifn/hifn7751.c b/sys/dev/hifn/hifn7751.c
index e56f444..3928c35 100644
--- a/sys/dev/hifn/hifn7751.c
+++ b/sys/dev/hifn/hifn7751.c
@@ -532,7 +532,7 @@ hifn_detach(device_t dev)
callout_stop(&sc->sc_rngto);
#ifdef HIFN_RNDTEST
if (sc->sc_rndtest)
- rndtest_detach(sc->sc->rndtest);
+ rndtest_detach(sc->sc_rndtest);
#endif
/* Turn off DMA polling */
OpenPOWER on IntegriCloud