Minor (mostly cosmetical) addition to r256960.

This commit is contained in:
Alexander Motin 2013-10-23 14:58:09 +00:00
parent 1c02b4c9fb
commit ec08c07e8c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=256975

View File

@ -5293,7 +5293,6 @@ camisr_runqueue(void)
while ((ccb_h = STAILQ_FIRST(&queue->cam_doneq)) != NULL) {
STAILQ_REMOVE_HEAD(&queue->cam_doneq, sim_links.stqe);
mtx_unlock(&queue->cam_doneq_mtx);
ccb_h->pinfo.index = CAM_UNQUEUED_INDEX;
xpt_done_process(ccb_h);
mtx_lock(&queue->cam_doneq_mtx);
}