diff options
-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 a004f95..2d14bfd 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); |