summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_vr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_vr.c')
-rw-r--r--sys/pci/if_vr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c
index 096a481..4fa406c 100644
--- a/sys/pci/if_vr.c
+++ b/sys/pci/if_vr.c
@@ -1692,5 +1692,5 @@ vr_shutdown(device_t dev)
{
struct vr_softc *sc = device_get_softc(dev);
- vr_detach(sc);
+ vr_detach(dev);
}
OpenPOWER on IntegriCloud