Module Name:    src
Committed By:   kiyohara
Date:           Sun Nov 29 10:08:15 UTC 2009

Modified Files:
        src/sys/arch/evbarm/gumstix: if_smsh_gxio.c

Log Message:
Fix print message.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/gumstix/if_smsh_gxio.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/evbarm/gumstix/if_smsh_gxio.c
diff -u src/sys/arch/evbarm/gumstix/if_smsh_gxio.c:1.1 src/sys/arch/evbarm/gumstix/if_smsh_gxio.c:1.2
--- src/sys/arch/evbarm/gumstix/if_smsh_gxio.c:1.1	Sun Aug  9 07:10:13 2009
+++ src/sys/arch/evbarm/gumstix/if_smsh_gxio.c	Sun Nov 29 10:08:15 2009
@@ -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;

Reply via email to