summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-12-20 23:26:52 +0000
committerderaadt <deraadt@openbsd.org>2006-12-20 23:26:52 +0000
commit8e28d940a3136eb5c0a92e6a8240bb8ff7b7c277 (patch)
tree11acaac1f91931659a74cdb7dd028b741e074d7c
parentDon't use err as labels or variables, especially since we include (diff)
downloadwireguard-openbsd-8e28d940a3136eb5c0a92e6a8240bb8ff7b7c277.tar.xz
wireguard-openbsd-8e28d940a3136eb5c0a92e6a8240bb8ff7b7c277.zip
remove debug message inserted in last commit
-rw-r--r--sys/dev/ic/re.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/re.c b/sys/dev/ic/re.c
index 77b00da2ea0..8be95697ea1 100644
--- a/sys/dev/ic/re.c
+++ b/sys/dev/ic/re.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: re.c,v 1.58 2006/12/12 10:24:37 reyk Exp $ */
+/* $OpenBSD: re.c,v 1.59 2006/12/20 23:26:52 deraadt Exp $ */
/* $FreeBSD: if_re.c,v 1.31 2004/09/04 07:54:05 ru Exp $ */
/*
* Copyright (c) 1997, 1998-2003
@@ -1654,7 +1654,6 @@ re_encap(struct rl_softc *sc, struct mbuf *m, int *idx)
if (pad) {
bus_addr_t paddaddr;
- printf("%s: re_encap: padding\n", sc->sc_dev.dv_xname);
d = &sc->rl_ldata.rl_tx_list[curidx];
paddaddr = RL_TXPADDADDR(sc);
re_set_bufaddr(d, paddaddr);