summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2002-03-05 07:51:07 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2002-03-05 07:51:07 +0000
commit6cfb0d8090c10a85083dfff12fafd553ec98bebf (patch)
treef2e504b6415fa658179fb1038fdc8f99e5a2017b /sys/dev/ic
parent9e85e22c928cbe2dec507bdfbc6265a89327697b (diff)
It is clear that I have not committed in a long time!!!!
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/gdt_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/gdt_common.c b/sys/dev/ic/gdt_common.c
index 297512d18f8..31c616a7368 100644
--- a/sys/dev/ic/gdt_common.c
+++ b/sys/dev/ic/gdt_common.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gdt_common.c,v 1.18 2002/03/05 07:46:44 niklas Exp $ */
+/* $OpenBSD: gdt_common.c,v 1.19 2002/03/05 07:51:06 niklas Exp $ */
/*
* Copyright (c) 1999, 2000 Niklas Hallqvist. All rights reserved.
@@ -604,7 +604,7 @@ gdt_scsi_cmd(xs)
*/
if (ccb == NULL) {
xs->error = XS_DRIVER_STUFFUP;
- AAC_UNLOCK(sc, lock);
+ GDT_UNLOCK_GDT(gdt, lock);
return (TRY_AGAIN_LATER);
}