diff options
author | hannken <hannken@cvs.openbsd.org> | 1996-01-23 10:10:32 +0000 |
---|---|---|
committer | hannken <hannken@cvs.openbsd.org> | 1996-01-23 10:10:32 +0000 |
commit | 570c127a494c20fd51fe85b3b00be6a16c9b6371 (patch) | |
tree | 79c2c9b1fc7c9b2b969c746d3d73fbf31f7ede59 /sys/dev | |
parent | b01e522634e31647a4b9a9bd5019dd2a0cb02585 (diff) |
Removed extra brace.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/isa/aha.c | 2 | ||||
-rw-r--r-- | sys/dev/isa/aha1542.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/isa/aha.c b/sys/dev/isa/aha.c index 504ae2b5c69..d875ed53df3 100644 --- a/sys/dev/isa/aha.c +++ b/sys/dev/isa/aha.c @@ -760,8 +760,6 @@ aha_free_ccb(aha, ccb, flags) } hashccb = &(*hashccb)->nexthash; } - - } ccb->flags = CCB_FREE; TAILQ_INSERT_HEAD(&aha->free_ccb, ccb, chain); diff --git a/sys/dev/isa/aha1542.c b/sys/dev/isa/aha1542.c index 504ae2b5c69..d875ed53df3 100644 --- a/sys/dev/isa/aha1542.c +++ b/sys/dev/isa/aha1542.c @@ -760,8 +760,6 @@ aha_free_ccb(aha, ccb, flags) } hashccb = &(*hashccb)->nexthash; } - - } ccb->flags = CCB_FREE; TAILQ_INSERT_HEAD(&aha->free_ccb, ccb, chain); |