diff options
author | andrew.vasquez@qlogic.com <andrew.vasquez@qlogic.com> | 2006-03-09 17:27:08 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-03-12 10:37:24 -0500 |
commit | ea5b6382fde00e0dbcd0de2e4aa2fd15705e5fc3 (patch) | |
tree | 0ab005b73710821d916773c5d40eb3cfe69d84b1 /drivers/scsi/qla2xxx/qla_init.c | |
parent | 93f56089898a1b27fc0c89b5c1c748291353f679 (diff) |
[SCSI] qla2xxx: Convert IS_QLA*() defines to bit-operations.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_init.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c index 634ee174bff2..f49eb06d0dbd 100644 --- a/drivers/scsi/qla2xxx/qla_init.c +++ b/drivers/scsi/qla2xxx/qla_init.c | |||
@@ -727,6 +727,7 @@ qla2x00_chip_diag(scsi_qla_host_t *ha) | |||
727 | DEBUG3(printk("scsi(%ld): Found QLA2200A chip.\n", | 727 | DEBUG3(printk("scsi(%ld): Found QLA2200A chip.\n", |
728 | ha->host_no)); | 728 | ha->host_no)); |
729 | 729 | ||
730 | ha->device_type |= DT_ISP2200A; | ||
730 | ha->fw_transfer_size = 128; | 731 | ha->fw_transfer_size = 128; |
731 | } | 732 | } |
732 | 733 | ||