Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ieee1394 cosmetics: print a "\n" terminated string i...



details:   https://anonhg.NetBSD.org/src/rev/6a38a9993bbf
branches:  trunk
changeset: 520394:6a38a9993bbf
user:      drochner <drochner%NetBSD.org@localhost>
date:      Wed Jan 09 18:50:54 2002 +0000

description:
cosmetics: print a "\n" terminated string if no "fw at fwohci" is
configured

diffstat:

 sys/dev/ieee1394/fwohci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b2c7675671e6 -r 6a38a9993bbf sys/dev/ieee1394/fwohci.c
--- a/sys/dev/ieee1394/fwohci.c Wed Jan 09 18:50:17 2002 +0000
+++ b/sys/dev/ieee1394/fwohci.c Wed Jan 09 18:50:54 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fwohci.c,v 1.47 2001/12/29 12:26:31 ichiro Exp $       */
+/*     $NetBSD: fwohci.c,v 1.48 2002/01/09 18:50:54 drochner Exp $     */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -49,7 +49,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fwohci.c,v 1.47 2001/12/29 12:26:31 ichiro Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fwohci.c,v 1.48 2002/01/09 18:50:54 drochner Exp $");
 
 #define DOUBLEBUF 1
 #define NO_THREAD 1
@@ -612,7 +612,7 @@
        if (pnp)
                printf("%s at %s", name, pnp);
 
-       return QUIET;
+       return UNCONF;
 }
 
 static void



Home | Main Index | Thread Index | Old Index