Remove unneeded VGE_UNLOCK() in vge_detach().
This commit is contained in:
parent
0caccd943f
commit
712753fd51
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user