Source-Changes-HG archive

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

[src/trunk]: src/sys/net Remove debug printf I put into bridge_calc_csum_flag...



details:   https://anonhg.NetBSD.org/src/rev/eecd62ce92ac
branches:  trunk
changeset: 745180:eecd62ce92ac
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Feb 24 00:47:38 2020 +0000

description:
Remove debug printf I put into bridge_calc_csum_flags().
Sorry for noise.

diffstat:

 sys/net/if_bridge.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 856973941f6c -r eecd62ce92ac sys/net/if_bridge.c
--- a/sys/net/if_bridge.c       Mon Feb 24 00:02:55 2020 +0000
+++ b/sys/net/if_bridge.c       Mon Feb 24 00:47:38 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bridge.c,v 1.167 2020/02/23 21:50:21 jdolecek Exp $ */
+/*     $NetBSD: if_bridge.c,v 1.168 2020/02/24 00:47:38 rin Exp $      */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -80,7 +80,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bridge.c,v 1.167 2020/02/23 21:50:21 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bridge.c,v 1.168 2020/02/24 00:47:38 rin Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_bridge_ipf.h"
@@ -789,9 +789,6 @@
        }
        sc->sc_csum_flags_tx = flags;
        BRIDGE_UNLOCK(sc);
-#if 0
-       printf("%s: 0x%x\n", __func__, flags);
-#endif
 }
 
 static int



Home | Main Index | Thread Index | Old Index