diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-04-17 04:39:38 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-04-17 04:39:38 +0000 |
| commit | 3f994c78d597fe1c8697b44d1dcf8c1a58ad6cd5 (patch) | |
| tree | be5255d52fd86fb122338f1da954cedd7c89563e /sys/dev/an | |
| parent | d543f330aa9860164d1124a5f560e0d87dffedd7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/an')
| -rw-r--r-- | sys/dev/an/if_an_pccard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/an/if_an_pccard.c b/sys/dev/an/if_an_pccard.c index 4f2b961d3289..6809d6e1bbff 100644 --- a/sys/dev/an/if_an_pccard.c +++ b/sys/dev/an/if_an_pccard.c @@ -109,7 +109,6 @@ an_pccard_detach(device_t dev) sc->an_gone = 1; bus_teardown_intr(dev, sc->irq_res, sc->irq_handle); an_release_resources(dev); - device_printf(dev,"unloaded\n"); return (0); } |
