Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/hp700 Tweak aprint_verbose output.



details:   https://anonhg.NetBSD.org/src/rev/1cabf0deb59a
branches:  trunk
changeset: 760867:1cabf0deb59a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Jan 14 16:48:15 2011 +0000

description:
Tweak aprint_verbose output.

diffstat:

 sys/arch/hp700/hp700/autoconf.c |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 7d7da683100d -r 1cabf0deb59a sys/arch/hp700/hp700/autoconf.c
--- a/sys/arch/hp700/hp700/autoconf.c   Fri Jan 14 16:37:11 2011 +0000
+++ b/sys/arch/hp700/hp700/autoconf.c   Fri Jan 14 16:48:15 2011 +0000
@@ -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) {



Home | Main Index | Thread Index | Old Index