diff options
author | imp <imp@FreeBSD.org> | 2000-04-17 04:39:38 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-04-17 04:39:38 +0000 |
commit | b940b2f75a5fdcabc952beb643babf51b336889e (patch) | |
tree | 31477b8f0676790553de72d9c2080a45513f24f0 /sys/dev/ed/if_ed_pccard.c | |
parent | 632ba34814ce039e3bf919d1ebb408a966bbbada (diff) | |
download | FreeBSD-src-b940b2f75a5fdcabc952beb643babf51b336889e.zip FreeBSD-src-b940b2f75a5fdcabc952beb643babf51b336889e.tar.gz |
Remove unloaded printf. We do this now in the newbus layer.
Diffstat (limited to 'sys/dev/ed/if_ed_pccard.c')
-rw-r--r-- | sys/dev/ed/if_ed_pccard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c index af8cd9a..c41cd72 100644 --- a/sys/dev/ed/if_ed_pccard.c +++ b/sys/dev/ed/if_ed_pccard.c @@ -95,7 +95,6 @@ ed_pccard_detach(device_t dev) sc->gone = 1; bus_teardown_intr(dev, sc->irq_res, sc->irq_handle); ed_release_resources(dev); - device_printf(dev, "unload\n"); return (0); } |