Fix small copu-paste bug.
This commit is contained in:
parent
efffdeda35
commit
1a6f09b826
@ -347,7 +347,7 @@ probestart(struct cam_periph *periph, union ccb *start_ccb)
|
||||
if (cts.xport_specific.ata.valid & CTS_ATA_VALID_MODE)
|
||||
mode = cts.xport_specific.ata.mode;
|
||||
} else {
|
||||
if (cts.xport_specific.ata.valid & CTS_SATA_VALID_MODE)
|
||||
if (cts.xport_specific.sata.valid & CTS_SATA_VALID_MODE)
|
||||
mode = cts.xport_specific.sata.mode;
|
||||
}
|
||||
negotiate:
|
||||
|
Loading…
x
Reference in New Issue
Block a user