Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204081
b: refs/heads/master
c: b0cd579
h: refs/heads/master
i:
  204079: 6e187ca
v: v3
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Jul 27, 2010
1 parent 03fd68c commit eec9db0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23f2ebd17a13835c5b34994d2c2e5faacc127947
refs/heads/master: b0cd579cde8ee0c7ed52239531ba09bcbc5b54c2
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/qla2xxx/qla_isr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1133,9 +1133,9 @@ qla24xx_logio_entry(scsi_qla_host_t *vha, struct req_que *req,
fcport->port_type = FCT_TARGET;
if (iop[0] & BIT_8)
fcport->flags |= FCF_FCP2_DEVICE;
}
if (iop[0] & BIT_5)
} else if (iop[0] & BIT_5)
fcport->port_type = FCT_INITIATOR;

if (logio->io_parameter[7] || logio->io_parameter[8])
fcport->supported_classes |= FC_COS_CLASS2;
if (logio->io_parameter[9] || logio->io_parameter[10])
Expand Down

0 comments on commit eec9db0

Please sign in to comment.