Fix typo sc -> dev.

This commit is contained in:
Bruce M Simpson 2004-10-19 16:47:53 +00:00
parent dff3237ee5
commit 80f7b487a1
2 changed files with 2 additions and 2 deletions

View File

@ -1692,5 +1692,5 @@ vr_shutdown(device_t dev)
{
struct vr_softc *sc = device_get_softc(dev);
vr_detach(sc);
vr_detach(dev);
}

View File

@ -1692,5 +1692,5 @@ vr_shutdown(device_t dev)
{
struct vr_softc *sc = device_get_softc(dev);
vr_detach(sc);
vr_detach(dev);
}