Module Name:    src
Committed By:   rin
Date:           Mon Apr  2 11:02:53 UTC 2018

Modified Files:
        src/sys/dev/cardbus: ahc_cardbus.c

Log Message:
Remove extra printf duplicate with MI codes.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/cardbus/ahc_cardbus.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/dev/cardbus/ahc_cardbus.c
diff -u src/sys/dev/cardbus/ahc_cardbus.c:1.36 src/sys/dev/cardbus/ahc_cardbus.c:1.37
--- src/sys/dev/cardbus/ahc_cardbus.c:1.36	Thu Jul 14 04:00:45 2016
+++ src/sys/dev/cardbus/ahc_cardbus.c	Mon Apr  2 11:02:52 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: ahc_cardbus.c,v 1.36 2016/07/14 04:00:45 msaitoh Exp $	*/
+/*	$NetBSD: ahc_cardbus.c,v 1.37 2018/04/02 11:02:52 rin Exp $	*/
 
 /*-
  * Copyright (c) 2000, 2005 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahc_cardbus.c,v 1.36 2016/07/14 04:00:45 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahc_cardbus.c,v 1.37 2018/04/02 11:02:52 rin Exp $");
 
 #include "opt_ahc_cardbus.h"
 
@@ -229,8 +229,6 @@ ahc_cardbus_attach(device_t parent, devi
 		ahc->our_id = our_id;
 	}
 
-	printf("%s: aic7860", ahc_name(ahc));
-
 	/*
 	 * Record our termination setting for the
 	 * generic initialization routine.

Reply via email to