From 78ed51d3b881728a91385a4f969e906c068c62a4 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Mon, 12 Feb 2007 00:30:18 +0000 Subject: Don't need a 'return' just before exiting a function. --- sys/scsi/sd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys') 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; } } -- cgit v1.2.3