diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-02-21 15:13:26 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-02-21 15:13:26 +0000 |
| commit | b82ff758542333406c15ae101ee37865654f2270 (patch) | |
| tree | 370edd6c82f8299ccece035af1b2441f573823c0 /sys/dev/mlx | |
| parent | e85983352970f10d4ee3e1c8db3df53c3e2da6a0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mlx')
| -rw-r--r-- | sys/dev/mlx/mlx_disk.c | 2 |
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); } |
