summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/atapi-fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ata/atapi-fd.c')
-rw-r--r--sys/dev/ata/atapi-fd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/atapi-fd.c b/sys/dev/ata/atapi-fd.c
index 303d10c..0ebac0e 100644
--- a/sys/dev/ata/atapi-fd.c
+++ b/sys/dev/ata/atapi-fd.c
@@ -295,8 +295,8 @@ afdstrategy(struct bio *bp)
s = splbio();
bioqdisksort(&fdp->queue, bp);
- ata_start(fdp->device->channel);
splx(s);
+ ata_start(fdp->device->channel);
}
void
OpenPOWER on IntegriCloud