Add missing flag enable when certain arguments are parsed
PR: bin/163053 Submitted by: Peter <pmc@citylink.dinoex.sub.org> Approved by: cperciva MFC after: 1 week
This commit is contained in:
parent
d81a84a9bc
commit
5e4cc10b6d
@ -3404,6 +3404,7 @@ ratecontrol(struct cam_device *device, int retry_count, int timeout,
|
||||
spi->flags &= ~CTS_SPI_FLAGS_DISC_ENB;
|
||||
else
|
||||
spi->flags |= CTS_SPI_FLAGS_DISC_ENB;
|
||||
didsettings++;
|
||||
}
|
||||
if (scsi && tag_enable != -1) {
|
||||
if ((cpi.hba_inquiry & PI_TAG_ABLE) == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user