aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-02-21 15:13:26 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-02-21 15:13:26 +0000
commitb82ff758542333406c15ae101ee37865654f2270 (patch)
tree370edd6c82f8299ccece035af1b2441f573823c0 /sys/dev/mlx
parente85983352970f10d4ee3e1c8db3df53c3e2da6a0 (diff)
Notes
Diffstat (limited to 'sys/dev/mlx')
-rw-r--r--sys/dev/mlx/mlx_disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mlx/mlx_disk.c b/sys/dev/mlx/mlx_disk.c
index a5ff92d6d07f..6af106fb34d8 100644
--- a/sys/dev/mlx/mlx_disk.c
+++ b/sys/dev/mlx/mlx_disk.c
@@ -275,7 +275,7 @@ mlxd_detach(device_t dev)
debug_called(1);
devstat_remove_entry(&sc->mlxd_stats);
- disk_destroy(sc->mlxd_dev_t);
+ disk_destroy(&sc->mlxd_disk);
return(0);
}