diff options
| author | Andrew Gallatin <gallatin@FreeBSD.org> | 2007-06-06 18:33:38 +0000 |
|---|---|---|
| committer | Andrew Gallatin <gallatin@FreeBSD.org> | 2007-06-06 18:33:38 +0000 |
| commit | 4930d13c506aa892f0f35d615325893ef9e27831 (patch) | |
| tree | c3785c80add7e6bfd321777882fbcbdd7f2f732e /sys/dev/firewire | |
| parent | 515d617e8d78c773e919e6a98287304b62465781 (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire')
| -rw-r--r-- | sys/dev/firewire/sbp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c index a004f956308a..2d14bfd69757 100644 --- a/sys/dev/firewire/sbp.c +++ b/sys/dev/firewire/sbp.c @@ -2140,7 +2140,7 @@ END_DEBUG xpt_async(AC_LOST_DEVICE, sbp->path, NULL); xpt_free_path(sbp->path); xpt_bus_deregister(cam_sim_path(sbp->sim)); - cam_sim_free(sbp->sim, /*free_devq*/ TRUE), + cam_sim_free(sbp->sim, /*free_devq*/ TRUE); SBP_UNLOCK(sbp); sbp_logout_all(sbp); |
