From 848f3c8b0e68d702f140e0538b39cc0003abab03 Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Sun, 29 Jan 2006 20:39:38 +0000 Subject: remove printf on ath_cardbus_power; reyk@ ok. --- sys/dev/cardbus/if_ath_cardbus.c | 5 +---- 1 file changed, 1 insertion(+), 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); } -- cgit v1.2.3