summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2007-06-06 18:33:38 +0000
committergallatin <gallatin@FreeBSD.org>2007-06-06 18:33:38 +0000
commitd6b94e9ca2a9d4685f0e2480f0466dd26147a911 (patch)
treec3785c80add7e6bfd321777882fbcbdd7f2f732e /sys/dev/firewire
parent6a2701d16f6ba5753cb6f08f4c7c425bd1e83c69 (diff)
downloadFreeBSD-src-d6b94e9ca2a9d4685f0e2480f0466dd26147a911.zip
FreeBSD-src-d6b94e9ca2a9d4685f0e2480f0466dd26147a911.tar.gz
Fix a typo to make this file compile
Diffstat (limited to 'sys/dev/firewire')
-rw-r--r--sys/dev/firewire/sbp.c2
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);
OpenPOWER on IntegriCloud