diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-15 21:16:09 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-15 21:16:09 +0000 |
commit | 692fdf52017c85d34d40bbe1e701a000c2f9d385 (patch) | |
tree | 2a9b31ffe11c965a8aff348c465c70fa92fa417c /sys | |
parent | a0b98494a2a0510b9970ad08cc0dd6e7ba009ff9 (diff) |
Remove DPRINTF from watchdog routine. To noisy even for debug mode.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/acx.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/acx.c b/sys/dev/ic/acx.c index 882e42e38f7..92721cd8af3 100644 --- a/sys/dev/ic/acx.c +++ b/sys/dev/ic/acx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx.c,v 1.45 2006/08/15 16:48:07 mglocker Exp $ */ +/* $OpenBSD: acx.c,v 1.46 2006/08/15 21:16:08 mglocker Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -1033,8 +1033,6 @@ acx_watchdog(struct ifnet *ifp) { struct acx_softc *sc = ifp->if_softc; - DPRINTF(("%s: watchdog\n", ifp->if_xname)); - ifp->if_timer = 0; if ((ifp->if_flags & IFF_RUNNING) == 0) |