no need to print unload anymore.

This commit is contained in:
Warner Losh 2006-07-14 04:35:59 +00:00
parent 2df96d8e02
commit 2e30bd12d7

View file

@ -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);