CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/20 18:20:40
Modified files:
sys/scsi : scsiconf.c
Log message:
No point in calling scsi_link_shutdown() if link->pool is NULL.
Ditto config_detach() if link->device_softc is NULL.
Currently just some extra paranoia, but will allow simplification
of exit logic in scsi_probe_link() and other future uses of
scsi_detach_link() on partially configured links.
No intentional functional change.
