aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_queue.c
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2009-11-14 20:30:42 +0000
committerAlexander Motin <mav@FreeBSD.org>2009-11-14 20:30:42 +0000
commit1f1158b28d08e72c5c25edbfd65275faf9664f50 (patch)
tree486b246b0d97d9dc6a8759c655949f0053c3bdab /sys/cam/cam_queue.c
parentec700f26b95cebe8f8d0d2fd2ac28f0f11495407 (diff)
Notes
Diffstat (limited to 'sys/cam/cam_queue.c')
-rw-r--r--sys/cam/cam_queue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/cam/cam_queue.c b/sys/cam/cam_queue.c
index 56586be3cf7a..328f0b802a75 100644
--- a/sys/cam/cam_queue.c
+++ b/sys/cam/cam_queue.c
@@ -334,7 +334,6 @@ cam_ccbq_init(struct cam_ccbq *ccbq, int openings)
}
ccbq->devq_openings = openings;
ccbq->dev_openings = openings;
- TAILQ_INIT(&ccbq->active_ccbs);
return (0);
}