Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/netwalker Remove debug print message.
details: https://anonhg.NetBSD.org/src/rev/9849fb1628d4
branches: trunk
changeset: 964501:9849fb1628d4
user: hkenken <hkenken%NetBSD.org@localhost>
date: Mon Aug 05 12:30:13 2019 +0000
description:
Remove debug print message.
diffstat:
sys/arch/evbarm/netwalker/netwalker_usb.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r b6c261d3f780 -r 9849fb1628d4 sys/arch/evbarm/netwalker/netwalker_usb.c
--- a/sys/arch/evbarm/netwalker/netwalker_usb.c Mon Aug 05 12:21:00 2019 +0000
+++ b/sys/arch/evbarm/netwalker/netwalker_usb.c Mon Aug 05 12:30:13 2019 +0000
@@ -25,7 +25,7 @@
*
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netwalker_usb.c,v 1.6 2019/07/24 12:33:18 hkenken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netwalker_usb.c,v 1.7 2019/08/05 12:30:13 hkenken Exp $");
#include "locators.h"
@@ -77,10 +77,9 @@
{
struct axi_attach_args *aa = aux;
- printf("%s\n", __func__);
-
if (aa->aa_addr == USBOH3_BASE)
return 1;
+
return 0;
}
@@ -90,7 +89,7 @@
struct imxusbc_softc *sc = device_private(self);
struct axi_attach_args *aa = aux;
- aprint_normal("\n");
+ aprint_naive("\n");
aprint_normal(": Universal Serial Bus Controller\n");
if (aa->aa_size == AXICF_SIZE_DEFAULT)
Home |
Main Index |
Thread Index |
Old Index