|
@@ -2288,7 +2288,7 @@ static void qlt_24xx_init_ctio_to_isp(struct ctio7_to_24xx *ctio,
|
|
|
int i;
|
|
|
|
|
|
if (qlt_need_explicit_conf(prm->tgt->ha, prm->cmd, 1)) {
|
|
|
- if (prm->cmd->se_cmd.scsi_status != 0) {
|
|
|
+ if ((prm->rq_result & SS_SCSI_STATUS_BYTE) != 0) {
|
|
|
ql_dbg(ql_dbg_tgt, prm->cmd->vha, 0xe017,
|
|
|
"Skipping EXPLICIT_CONFORM and "
|
|
|
"CTIO7_FLAGS_CONFORM_REQ for FCP READ w/ "
|