From d6b94e9ca2a9d4685f0e2480f0466dd26147a911 Mon Sep 17 00:00:00 2001 From: gallatin Date: Wed, 6 Jun 2007 18:33:38 +0000 Subject: Fix a typo to make this file compile --- sys/dev/firewire/sbp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/firewire/sbp.c') 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); -- cgit v1.1