Fix typo sc -> dev.
This commit is contained in:
parent
dff3237ee5
commit
80f7b487a1
@ -1692,5 +1692,5 @@ vr_shutdown(device_t dev)
|
||||
{
|
||||
struct vr_softc *sc = device_get_softc(dev);
|
||||
|
||||
vr_detach(sc);
|
||||
vr_detach(dev);
|
||||
}
|
||||
|
@ -1692,5 +1692,5 @@ vr_shutdown(device_t dev)
|
||||
{
|
||||
struct vr_softc *sc = device_get_softc(dev);
|
||||
|
||||
vr_detach(sc);
|
||||
vr_detach(dev);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user