summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep/if_ep_pccard.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-12-10 07:24:39 +0000
committerimp <imp@FreeBSD.org>1999-12-10 07:24:39 +0000
commit6b39bc9227ef12484c9d917544b719d1da6c6b2e (patch)
treefba71f86738528d042132c47511a12b039e4d685 /sys/dev/ep/if_ep_pccard.c
parent784b6c2626723425fb43411e1fab5a59393e0753 (diff)
downloadFreeBSD-src-6b39bc9227ef12484c9d917544b719d1da6c6b2e.zip
FreeBSD-src-6b39bc9227ef12484c9d917544b719d1da6c6b2e.tar.gz
kill debug printf that says detach
Diffstat (limited to 'sys/dev/ep/if_ep_pccard.c')
-rw-r--r--sys/dev/ep/if_ep_pccard.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ep/if_ep_pccard.c b/sys/dev/ep/if_ep_pccard.c
index ad3749b..a25eda7 100644
--- a/sys/dev/ep/if_ep_pccard.c
+++ b/sys/dev/ep/if_ep_pccard.c
@@ -217,8 +217,6 @@ ep_pccard_detach(device_t dev)
{
struct ep_softc *sc = device_get_softc(dev);
- printf("detach\n");
-
if (sc->gone) {
device_printf(dev, "already unloaded\n");
return (0);
OpenPOWER on IntegriCloud