summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2004-05-22 13:15:14 +0000
committermux <mux@FreeBSD.org>2004-05-22 13:15:14 +0000
commit8900f1eedb6df7009cea36e709272db217edfb80 (patch)
tree429f7c2cb820a26e1525a89e9672e66090bc3ff8 /sys/arm
parentfa099ba5b071e63bd2d1e78cd1427aa99c28c707 (diff)
downloadFreeBSD-src-8900f1eedb6df7009cea36e709272db217edfb80.zip
FreeBSD-src-8900f1eedb6df7009cea36e709272db217edfb80.tar.gz
Remove two debugging printf().
On behalf of: cognet
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/arm/nexus.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arm/arm/nexus.c b/sys/arm/arm/nexus.c
index 2efbaf4..2e7f81e 100644
--- a/sys/arm/arm/nexus.c
+++ b/sys/arm/arm/nexus.c
@@ -135,10 +135,8 @@ nexus_attach(device_t dev)
/*
* First, deal with the children we know about already
*/
- printf("avant\n");
bus_generic_probe(dev);
bus_generic_attach(dev);
- printf("nexus_attach\n");
return 0;
}
OpenPOWER on IntegriCloud