diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2007-07-19 18:05:57 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-07-20 10:02:04 -0400 |
commit | c76f2c013f7fce83d54acd9d414af7e989e0a1dd (patch) | |
tree | a6ad292a7afce772d848354a11d8f3794b82ef2a /drivers/scsi/qla2xxx/qla_init.c | |
parent | e428924ccdf4644c58e23c2314ab970ff3afc607 (diff) |
[SCSI] qla2xxx: Generalize iIDMA support.
In preparation for new ISP types.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c index 7e53814daaa5..dbf64bb1f3db 100644 --- a/drivers/scsi/qla2xxx/qla_init.c +++ b/drivers/scsi/qla2xxx/qla_init.c | |||
@@ -2119,7 +2119,7 @@ qla2x00_iidma_fcport(scsi_qla_host_t *ha, fc_port_t *fcport) | |||
2119 | int rval; | 2119 | int rval; |
2120 | uint16_t port_speed, mb[6]; | 2120 | uint16_t port_speed, mb[6]; |
2121 | 2121 | ||
2122 | if (!IS_QLA24XX(ha)) | 2122 | if (!IS_IIDMA_CAPABLE(ha)) |
2123 | return; | 2123 | return; |
2124 | 2124 | ||
2125 | switch (be16_to_cpu(fcport->fp_speed)) { | 2125 | switch (be16_to_cpu(fcport->fp_speed)) { |