Module Name:    src
Committed By:   skrll
Date:           Fri Jan 14 16:48:15 UTC 2011

Modified Files:
        src/sys/arch/hp700/hp700: autoconf.c

Log Message:
Tweak aprint_verbose output.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/hp700/hp700/autoconf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hp700/hp700/autoconf.c
diff -u src/sys/arch/hp700/hp700/autoconf.c:1.37 src/sys/arch/hp700/hp700/autoconf.c:1.38
--- src/sys/arch/hp700/hp700/autoconf.c:1.37	Fri Jan 14 16:37:11 2011
+++ src/sys/arch/hp700/hp700/autoconf.c	Fri Jan 14 16:48:15 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: autoconf.c,v 1.37 2011/01/14 16:37:11 skrll Exp $	*/
+/*	$NetBSD: autoconf.c,v 1.38 2011/01/14 16:48:15 skrll Exp $	*/
 
 /*	$OpenBSD: autoconf.c,v 1.15 2001/06/25 00:43:10 mickey Exp $	*/
 
@@ -86,7 +86,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.37 2011/01/14 16:37:11 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.38 2011/01/14 16:48:15 skrll Exp $");
 
 #include "opt_kgdb.h"
 #include "opt_useleds.h"
@@ -525,10 +525,8 @@
 		}
 
 		/* If we've found the module move onto the next one. */
-		if (hm) {
-			aprint_verbose("\n");
+		if (hm)
 			continue;
-		}
 
 		/* Expect PDC to report devices of the following types */
 		if (nhm.hm_type.iodc_type == HPPA_TYPE_FIO) {

Reply via email to