Minor (mostly cosmetical) addition to r256960.
This commit is contained in:
parent
f46696e2f1
commit
937a75310b
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user