diff options
| author | rin <rin@NetBSD.org> | 2018-04-02 11:02:52 +0000 |
|---|---|---|
| committer | rin <rin@NetBSD.org> | 2018-04-02 11:02:52 +0000 |
| commit | bd7ecb634112dc335e95224c083a2105ca01bce5 (patch) | |
| tree | 8d000bda30ed722ab7865c3a3f7c45a5c8edbbba /sys/dev | |
| parent | 0d07a2cb76260667df32fd00be216f4f76c9da05 (diff) | |
Remove extra printf duplicate with MI codes.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/cardbus/ahc_cardbus.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/cardbus/ahc_cardbus.c b/sys/dev/cardbus/ahc_cardbus.c index 5337d0b7de4..99f1e31365a 100644 --- a/sys/dev/cardbus/ahc_cardbus.c +++ b/sys/dev/cardbus/ahc_cardbus.c @@ -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, device_t self, void *aux) ahc->our_id = our_id; } - printf("%s: aic7860", ahc_name(ahc)); - /* * Record our termination setting for the * generic initialization routine. |
