Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115438
b: refs/heads/master
c: c5e98e9
h: refs/heads/master
v: v3
  • Loading branch information
Mike Christie authored and James Bottomley committed Oct 13, 2008
1 parent 8fd895b commit c73ca22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f0c0a376d0fcd4c5579ecf5e95f88387cba85211
refs/heads/master: c5e98e912c5423a0ec2eed7aa1064578d44f8a8e
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qla4xxx/ql4_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ static int qla4xxx_queuecommand(struct scsi_cmnd *cmd,
cmd->result = DID_NO_CONNECT << 16;
goto qc_fail_command;
}
goto qc_host_busy;
return SCSI_MLQUEUE_TARGET_BUSY;
}

if (test_bit(DPC_RESET_HA_INTR, &ha->dpc_flags))
Expand Down

0 comments on commit c73ca22

Please sign in to comment.