Really really fix typo this time.

This commit is contained in:
Bruce M Simpson 2004-10-19 20:02:07 +00:00
parent 31302ebf9d
commit 9a3b0b8cdf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136705
2 changed files with 0 additions and 2 deletions

View file

@ -1690,7 +1690,6 @@ vr_stop(struct vr_softc *sc)
static void static void
vr_shutdown(device_t dev) vr_shutdown(device_t dev)
{ {
struct vr_softc *sc = device_get_softc(dev);
vr_detach(dev); vr_detach(dev);
} }

View file

@ -1690,7 +1690,6 @@ vr_stop(struct vr_softc *sc)
static void static void
vr_shutdown(device_t dev) vr_shutdown(device_t dev)
{ {
struct vr_softc *sc = device_get_softc(dev);
vr_detach(dev); vr_detach(dev);
} }