mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
no need to print unload anymore.
This commit is contained in:
parent
2df96d8e02
commit
2e30bd12d7
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue