summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_tht.c
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2008-01-14 16:13:41 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2008-01-14 16:13:41 +0000
commite815594c4dd6a6a59e5b192040c7ae261c2888b9 (patch)
treea23a5a376c489bec088f7a73e79c5d78888693c1 /sys/dev/pci/if_tht.c
parent6f3c846f8cbd20eb504ec9b840b0e66d772df8bd (diff)
Zap two usless printfs.
ok dlg@
Diffstat (limited to 'sys/dev/pci/if_tht.c')
-rw-r--r--sys/dev/pci/if_tht.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_tht.c b/sys/dev/pci/if_tht.c
index aa16fcfd68c..546c2527370 100644
--- a/sys/dev/pci/if_tht.c
+++ b/sys/dev/pci/if_tht.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_tht.c,v 1.109 2007/09/19 12:00:35 dlg Exp $ */
+/* $OpenBSD: if_tht.c,v 1.110 2008/01/14 16:13:40 thib Exp $ */
/*
* Copyright (c) 2007 David Gwynne <dlg@openbsd.org>
@@ -938,7 +938,6 @@ tht_up(struct tht_softc *sc)
struct ifnet *ifp = &sc->sc_ac.ac_if;
if (ISSET(ifp->if_flags, IFF_RUNNING)) {
- printf("%s: interface is already up\n", DEVNAME(sc));
return;
}
@@ -1080,7 +1079,6 @@ tht_down(struct tht_softc *sc)
struct ifnet *ifp = &sc->sc_ac.ac_if;
if (!ISSET(ifp->if_flags, IFF_RUNNING)) {
- printf("%s: interface is already down\n", DEVNAME(sc));
return;
}