Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic Remove debug printf, now that MII status changes ...



details:   https://anonhg.NetBSD.org/src/rev/7eecf4ce747c
branches:  trunk
changeset: 332158:7eecf4ce747c
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Sep 09 10:06:47 2014 +0000

description:
Remove debug printf, now that MII status changes work

diffstat:

 sys/dev/ic/dwc_gmac.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r f026de726c3d -r 7eecf4ce747c sys/dev/ic/dwc_gmac.c
--- a/sys/dev/ic/dwc_gmac.c     Tue Sep 09 10:04:19 2014 +0000
+++ b/sys/dev/ic/dwc_gmac.c     Tue Sep 09 10:06:47 2014 +0000
@@ -39,7 +39,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: dwc_gmac.c,v 1.3 2014/09/09 10:04:19 martin Exp $");
+__KERNEL_RCSID(1, "$NetBSD: dwc_gmac.c,v 1.4 2014/09/09 10:06:47 martin Exp $");
 
 #include "opt_inet.h"
 
@@ -603,8 +603,6 @@
        struct dwc_gmac_softc * const sc = ifp->if_softc;
        struct mii_data * const mii = &sc->sc_mii;
 
-printf("dwc_gmac_miibus_statchg called\n");
-
        /*
         * Set MII or GMII interface based on the speed
         * negotiated by the PHY.                                           



Home | Main Index | Thread Index | Old Index