From 692fdf52017c85d34d40bbe1e701a000c2f9d385 Mon Sep 17 00:00:00 2001 From: Marcus Glocker Date: Tue, 15 Aug 2006 21:16:09 +0000 Subject: Remove DPRINTF from watchdog routine. To noisy even for debug mode. --- sys/dev/ic/acx.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys') 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 @@ -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) -- cgit v1.2.3