diff options
Diffstat (limited to 'drivers/scsi/qla1280.c')
-rw-r--r-- | drivers/scsi/qla1280.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla1280.c b/drivers/scsi/qla1280.c index e5354550d762..3732230b2e3a 100644 --- a/drivers/scsi/qla1280.c +++ b/drivers/scsi/qla1280.c | |||
@@ -4049,7 +4049,7 @@ qla1280_status_entry(struct scsi_qla_host *ha, struct response *pkt, | |||
4049 | /* Save ISP completion status */ | 4049 | /* Save ISP completion status */ |
4050 | CMD_RESULT(cmd) = qla1280_return_status(pkt, cmd); | 4050 | CMD_RESULT(cmd) = qla1280_return_status(pkt, cmd); |
4051 | 4051 | ||
4052 | if (scsi_status & SS_CHECK_CONDITION) { | 4052 | if (scsi_status & SAM_STAT_CHECK_CONDITION) { |
4053 | if (comp_status != CS_ARS_FAILED) { | 4053 | if (comp_status != CS_ARS_FAILED) { |
4054 | uint16_t req_sense_length = | 4054 | uint16_t req_sense_length = |
4055 | le16_to_cpu(pkt->req_sense_length); | 4055 | le16_to_cpu(pkt->req_sense_length); |