summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla1280.c
diff options
context:
space:
mode:
authorChristoph Hellwig2005-07-04 17:48:36 +0200
committerJames Bottomley2005-08-02 18:43:46 +0200
commitd6db3e8d5fe3178776d0a0314e612c3f55e55fb4 (patch)
tree289e8979516098c7b970b4666a8a093c30b7977e /drivers/scsi/qla1280.c
parent[SCSI] qla1280: misc cleanups (diff)
downloadkernel-qcow2-linux-d6db3e8d5fe3178776d0a0314e612c3f55e55fb4.tar.gz
kernel-qcow2-linux-d6db3e8d5fe3178776d0a0314e612c3f55e55fb4.tar.xz
kernel-qcow2-linux-d6db3e8d5fe3178776d0a0314e612c3f55e55fb4.zip
[SCSI] qla1280: use SAM_ constants
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Thiemo Seufer <ths@linux-mips.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/qla1280.c')
-rw-r--r--drivers/scsi/qla1280.c2
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,
/* Save ISP completion status */
CMD_RESULT(cmd) = qla1280_return_status(pkt, cmd);
- if (scsi_status & SS_CHECK_CONDITION) {
+ if (scsi_status & SAM_STAT_CHECK_CONDITION) {
if (comp_status != CS_ARS_FAILED) {
uint16_t req_sense_length =
le16_to_cpu(pkt->req_sense_length);