From 4108727ee032e96f6e7987af640a9905c5b5a7d8 Mon Sep 17 00:00:00 2001 From: hannken Date: Tue, 23 Jan 1996 10:10:31 +0000 Subject: [PATCH] Removed extra brace. --- sys/dev/isa/aha.c | 2 -- sys/dev/isa/aha1542.c | 2 -- 2 files changed, 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); -- 2.20.1