aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/stg
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-07-14 04:35:59 +0000
committerWarner Losh <imp@FreeBSD.org>2006-07-14 04:35:59 +0000
commit2e30bd12d7857a77c29c3596419ecb9c63efa5f8 (patch)
treea23db50a56f5dc6f26f2e82d779b83fe27cf6b2e /sys/dev/stg
parent2df96d8e02c51172cd7293cc767fdafb0b0748eb (diff)
Notes
Diffstat (limited to 'sys/dev/stg')
-rw-r--r--sys/dev/stg/tmc18c30_subr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/stg/tmc18c30_subr.c b/sys/dev/stg/tmc18c30_subr.c
index 152fd11bbbdf..44cb319c8719 100644
--- a/sys/dev/stg/tmc18c30_subr.c
+++ b/sys/dev/stg/tmc18c30_subr.c
@@ -168,7 +168,6 @@ stg_detach (device_t dev)
struct stg_softc *sc = device_get_softc(dev);
intrmask_t s;
- printf("%s: unload\n",sc->sc_sclow.sl_xname);
s = splcam();
scsi_low_deactivate((struct scsi_low_softc *)sc);
scsi_low_dettach(&sc->sc_sclow);