Remove unneeded VGE_UNLOCK() in vge_detach().

This commit is contained in:
Bill Paul 2004-09-11 01:07:39 +00:00
parent 0caccd943f
commit 712753fd51

View File

@ -1158,7 +1158,6 @@ vge_detach(dev)
if (sc->vge_parent_tag)
bus_dma_tag_destroy(sc->vge_parent_tag);
VGE_UNLOCK(sc);
mtx_destroy(&sc->vge_mtx);
return (0);