aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2004-02-25 05:41:44 +0000
committerScott Long <scottl@FreeBSD.org>2004-02-25 05:41:44 +0000
commit75fba44b93728466fafc55e75e2a0a111e4a9e45 (patch)
treeaf1b992f315f234039a2d5fd1d3761337c098e32 /sys/dev/aac
parentae5fbd9b53cebd17dbbb93ce8e6760b751524ff7 (diff)
Notes
Diffstat (limited to 'sys/dev/aac')
-rw-r--r--sys/dev/aac/aac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c
index 77e18c8345eee..89354fd822c4d 100644
--- a/sys/dev/aac/aac.c
+++ b/sys/dev/aac/aac.c
@@ -1292,7 +1292,6 @@ aac_map_command_sg(void *arg, bus_dma_segment_t *segs, int nseg, int error)
/* put the FIB on the outbound queue */
if (aac_enqueue_fib(sc, cm->cm_queue, cm) == EBUSY) {
- aac_remove_busy(cm);
aac_unmap_command(cm);
aac_requeue_ready(cm);
}