diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-12-10 07:24:39 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-12-10 07:24:39 +0000 |
| commit | 5aa701b66278bcaa8d84a156c700d03a56d6f56e (patch) | |
| tree | 9fd0b34936c252c40f982720e16852d0f36136ef | |
| parent | 47c6e6e8498597ab760ce0f1a17ad5e88acc6d77 (diff) | |
Notes
| -rw-r--r-- | sys/dev/ep/if_ep_pccard.c | 2 |
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 ad3749b7a081..a25eda79d3b0 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); |
