summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2007-02-12 00:30:18 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2007-02-12 00:30:18 +0000
commit78ed51d3b881728a91385a4f969e906c068c62a4 (patch)
tree01a32ab8cde92961d6ce846f22a56e1452b2929d
parent12e82b44c7e3fe565175b6cba159813c5d9ef42a (diff)
Don't need a 'return' just before exiting a function.
-rw-r--r--sys/scsi/sd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c
index 9c13c841f5f..350c281f6d3 100644
--- a/sys/scsi/sd.c
+++ b/sys/scsi/sd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sd.c,v 1.117 2007/02/03 23:47:18 bluhm Exp $ */
+/* $OpenBSD: sd.c,v 1.118 2007/02/12 00:30:17 krw Exp $ */
/* $NetBSD: sd.c,v 1.111 1997/04/02 02:29:41 mycroft Exp $ */
/*-
@@ -1045,7 +1045,6 @@ sdgetdisklabel(dev, sd, lp, clp, spoofonly)
spoofonly);
if (errstring) {
/*printf("%s: %s\n", sd->sc_dev.dv_xname, errstring);*/
- return;
}
}