mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
no need to print unload anymore
This commit is contained in:
parent
2e30bd12d7
commit
de7e7f76b4
1 changed files with 0 additions and 1 deletions
|
|
@ -293,7 +293,6 @@ ncv_card_unload(DEVPORT_PDEVICE devi)
|
|||
struct ncv_softc *sc = DEVPORT_PDEVGET_SOFTC(devi);
|
||||
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