fix typo (how did this get committed?)

This commit is contained in:
Sam Leffler 2003-06-04 23:12:32 +00:00
parent c2e4eb969f
commit bba9599afb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115862

View File

@ -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 */