mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo sc -> dev.
This commit is contained in:
parent
dff3237ee5
commit
80f7b487a1
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue