summaryrefslogtreecommitdiffstats
path: root/sys/dev/ida
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-06-15 07:26:39 +0000
committerpeter <peter@FreeBSD.org>2001-06-15 07:26:39 +0000
commit184cadbfacf5d257694009f096f3358e466e0cb7 (patch)
treed39cd5a72e37dfe4c43313604d2dd695686d35f6 /sys/dev/ida
parent9e34fe7efd02802c8741141cf670713ba1ade2e5 (diff)
downloadFreeBSD-src-184cadbfacf5d257694009f096f3358e466e0cb7.zip
FreeBSD-src-184cadbfacf5d257694009f096f3358e466e0cb7.tar.gz
Fix warning: 186: warning: label `done' defined but not used
Diffstat (limited to 'sys/dev/ida')
-rw-r--r--sys/dev/ida/ida_disk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ida/ida_disk.c b/sys/dev/ida/ida_disk.c
index 4bf662c..5358e5d 100644
--- a/sys/dev/ida/ida_disk.c
+++ b/sys/dev/ida/ida_disk.c
@@ -179,7 +179,6 @@ idad_strategy(struct bio *bp)
bad:
bp->bio_flags |= BIO_ERROR;
-done:
/*
* Correctly set the buf to indicate a completed transfer
*/
OpenPOWER on IntegriCloud