summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2006-01-29 20:39:38 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2006-01-29 20:39:38 +0000
commit848f3c8b0e68d702f140e0538b39cc0003abab03 (patch)
tree3d4e68efdec4b6c6d36c517a8a06cd8ebb623dea /sys/dev
parent2b8ee6a4b9cef262f7dc38fb7b9da17385907c1f (diff)
remove printf on ath_cardbus_power; reyk@ ok.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/cardbus/if_ath_cardbus.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/cardbus/if_ath_cardbus.c b/sys/dev/cardbus/if_ath_cardbus.c
index 3d714512e0e..867ff879c94 100644
--- a/sys/dev/cardbus/if_ath_cardbus.c
+++ b/sys/dev/cardbus/if_ath_cardbus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ath_cardbus.c,v 1.7 2005/09/22 10:17:04 reyk Exp $ */
+/* $OpenBSD: if_ath_cardbus.c,v 1.8 2006/01/29 20:39:37 fgsch Exp $ */
/* $NetBSD: if_ath_cardbus.c,v 1.4 2004/08/02 19:14:28 mycroft Exp $ */
/*
@@ -277,9 +277,6 @@ ath_cardbus_disable(struct ath_softc *sc)
void
ath_cardbus_power(struct ath_softc *sc, int why)
{
-
- printf("%s: ath_cardbus_power\n", sc->sc_dev.dv_xname);
-
if (why == PWR_RESUME)
ath_enable(sc);
}