When configuring a scsi_link that has passed dev_probe() but
authorkrw <krw@openbsd.org>
Wed, 23 Mar 2022 14:36:01 +0000 (14:36 +0000)
committerkrw <krw@openbsd.org>
Wed, 23 Mar 2022 14:36:01 +0000 (14:36 +0000)
commit3a69a23a33a36a98fb03119238232071c6a18aed
treebd90dfa8f2e511094c64c8a4340c09753a7454ad
parentafab9586905475978573196607c278ffe389a127
When configuring a scsi_link that has passed dev_probe() but
fallen at one of the subsequent hurdles of scsi_probe_link()
don't partially replicate scsi_discard_link(). Just
call scsi_discard_link().  It now handles such partially configured
scsi_link's.
sys/scsi/scsiconf.c