Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298263
b: refs/heads/master
c: e16d166
h: refs/heads/master
i:
  298261: db32f04
  298259: e3cdee3
  298255: 6430fca
v: v3
  • Loading branch information
Vikas Chaudhary authored and James Bottomley committed Mar 27, 2012
1 parent 84561bb commit 3c0927a
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: c743e44fbb1f8668941e83de07662b1ecd33d083
refs/heads/master: e16d166e4f931cd735e5bac1a1affe7db09a8ea7
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/qla4xxx/ql4_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ static enum blk_eh_timer_return qla4xxx_eh_cmd_timed_out(struct scsi_cmnd *sc)
static void qla4xxx_set_port_speed(struct Scsi_Host *shost)
{
struct scsi_qla_host *ha = to_qla_host(shost);
struct iscsi_cls_host *ihost = shost_priv(shost);
struct iscsi_cls_host *ihost = shost->shost_data;
uint32_t speed = ISCSI_PORT_SPEED_UNKNOWN;

qla4xxx_get_firmware_state(ha);
Expand All @@ -859,7 +859,7 @@ static void qla4xxx_set_port_speed(struct Scsi_Host *shost)
static void qla4xxx_set_port_state(struct Scsi_Host *shost)
{
struct scsi_qla_host *ha = to_qla_host(shost);
struct iscsi_cls_host *ihost = shost_priv(shost);
struct iscsi_cls_host *ihost = shost->shost_data;
uint32_t state = ISCSI_PORT_STATE_DOWN;

if (test_bit(AF_LINK_UP, &ha->flags))
Expand Down

0 comments on commit 3c0927a

Please sign in to comment.