Module Name:    src
Committed By:   rin
Date:           Mon Feb 24 00:47:38 UTC 2020

Modified Files:
        src/sys/net: if_bridge.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 src/sys/net/if_bridge.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/net/if_bridge.c
diff -u src/sys/net/if_bridge.c:1.167 src/sys/net/if_bridge.c:1.168
--- src/sys/net/if_bridge.c:1.167	Sun Feb 23 21:50:21 2020
+++ src/sys/net/if_bridge.c	Mon Feb 24 00:47:38 2020
@@ -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 @@ bridge_calc_csum_flags(struct bridge_sof
 	}
 	sc->sc_csum_flags_tx = flags;
 	BRIDGE_UNLOCK(sc);
-#if 0
-	printf("%s: 0x%x\n", __func__, flags);
-#endif
 }
 
 static int

Reply via email to