From: deraadt Date: Thu, 5 Dec 1996 17:40:01 +0000 (+0000) Subject: let us get this right finally... X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a83f5666ab9e0855bfb99852fd11a3eabd77690f;p=openbsd let us get this right finally... --- diff --git a/sys/dev/isa/fd.c b/sys/dev/isa/fd.c index 8f90d35b399..cd59a043758 100644 --- a/sys/dev/isa/fd.c +++ b/sys/dev/isa/fd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fd.c,v 1.32 1996/12/05 17:22:40 deraadt Exp $ */ +/* $OpenBSD: fd.c,v 1.33 1996/12/05 17:40:01 deraadt Exp $ */ /* $NetBSD: fd.c,v 1.90 1996/05/12 23:12:03 mycroft Exp $ */ /*- @@ -992,10 +992,8 @@ fdioctl(dev, cmd, addr, flag, p) lp->d_checksum = dkcksum(lp); errstring = readdisklabel(dev, fdstrategy, lp, &cdl); - if (errstring) { + if (errstring) printf("%s: %s\n", fd->sc_dev.dv_xname, errstring); - return; - } *(struct disklabel *)addr = *lp; return 0;