Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/gumstix Fix print message.



details:   https://anonhg.NetBSD.org/src/rev/3a123df75225
branches:  trunk
changeset: 749418:3a123df75225
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sun Nov 29 10:08:15 2009 +0000

description:
Fix print message.

diffstat:

 sys/arch/evbarm/gumstix/if_smsh_gxio.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 344a16560001 -r 3a123df75225 sys/arch/evbarm/gumstix/if_smsh_gxio.c
--- a/sys/arch/evbarm/gumstix/if_smsh_gxio.c    Sun Nov 29 10:08:10 2009 +0000
+++ b/sys/arch/evbarm/gumstix/if_smsh_gxio.c    Sun Nov 29 10:08:15 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_smsh_gxio.c,v 1.1 2009/08/09 07:10:13 kiyohara Exp $        */
+/*     $NetBSD: if_smsh_gxio.c,v 1.2 2009/11/29 10:08:15 kiyohara Exp $        */
 /*
  * Copyright (c) 2008 KIYOHARA Takashi
  * All rights reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_smsh_gxio.c,v 1.1 2009/08/09 07:10:13 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_smsh_gxio.c,v 1.2 2009/11/29 10:08:15 kiyohara Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -108,9 +108,6 @@
        struct lan9118_softc *sc = &gsc->sc_smsh;
        struct gxio_attach_args *gxa = aux;
 
-       aprint_normal("\n");
-       aprint_naive("\n");
-
        KASSERT(system_serial_high != 0 || system_serial_low != 0);
 
        sc->sc_dev = self;



Home | Main Index | Thread Index | Old Index