summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2007-05-16 16:55:50 +0000
committerScott Long <scottl@FreeBSD.org>2007-05-16 16:55:50 +0000
commit9602c3fce89991f023d39c46f8f130b6c0381abe (patch)
treea2e8227a0e80df22fa009f6b222b332d9643fbda /sys
parent85d92640f8905fe411b0e38eff230aae1b5eee46 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/cam/cam_xpt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index 9c64a5c413e0..bd6d8e9f8342 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -4139,7 +4139,6 @@ xpt_path_comp(struct cam_path *path1, struct cam_path *path2)
void
xpt_print_path(struct cam_path *path)
{
- mtx_assert(path->bus->sim->mtx, MA_OWNED);
if (path == NULL)
printf("(nopath): ");