From: hannken Date: Tue, 23 Jan 1996 10:10:31 +0000 (+0000) Subject: Removed extra brace. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4108727ee032e96f6e7987af640a9905c5b5a7d8;p=openbsd Removed extra brace. --- 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);