aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_mbx.c
diff options
context:
space:
mode:
authorShyam Sundar <shyam.sundar@qlogic.com>2009-03-24 12:08:10 -0400
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-04-03 10:22:50 -0400
commitddb9b12632ab28460c281d50963bbe3eeda5984a (patch)
tree1031a93f6a1c850ba79026c1afbae5cfd3801e3d /drivers/scsi/qla2xxx/qla_mbx.c
parentd0c3eefae09e4c19d6da1ed2417e02d8377b1eb3 (diff)
[SCSI] qla2xxx: Cleanup unused flags and #defines.
General cleanup of extraneous/legacy crud. Additional cleanups and Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_mbx.c')
-rw-r--r--drivers/scsi/qla2xxx/qla_mbx.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/qla2xxx/qla_mbx.c b/drivers/scsi/qla2xxx/qla_mbx.c
index dc5e5d9530c1..7af9bd73a10d 100644
--- a/drivers/scsi/qla2xxx/qla_mbx.c
+++ b/drivers/scsi/qla2xxx/qla_mbx.c
@@ -1197,10 +1197,6 @@ qla2x00_get_port_database(scsi_qla_host_t *vha, fc_port_t *fcport, uint8_t opt)
1197 fcport->d_id.b.al_pa = pd->port_id[2]; 1197 fcport->d_id.b.al_pa = pd->port_id[2];
1198 fcport->d_id.b.rsvd_1 = 0; 1198 fcport->d_id.b.rsvd_1 = 0;
1199 1199
1200 /* Check for device require authentication. */
1201 pd->common_features & BIT_5 ? (fcport->flags |= FCF_AUTH_REQ) :
1202 (fcport->flags &= ~FCF_AUTH_REQ);
1203
1204 /* If not target must be initiator or unknown type. */ 1200 /* If not target must be initiator or unknown type. */
1205 if ((pd->prli_svc_param_word_3[0] & BIT_4) == 0) 1201 if ((pd->prli_svc_param_word_3[0] & BIT_4) == 0)
1206 fcport->port_type = FCT_INITIATOR; 1202 fcport->port_type = FCT_INITIATOR;