Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333038
b: refs/heads/master
c: e4b11b8
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier authored and Nicholas Bellinger committed Sep 22, 2012
1 parent 5ca31ba commit 1d064be
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: 37bb7899ca366dc212b71b150e78566d04808cc0
refs/heads/master: e4b11b89f9039ca97b2ed1b6efeb6749fbdeb252
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qla2xxx/qla_target.c
Original file line number Diff line number Diff line change
Expand Up @@ -1403,7 +1403,7 @@ static void qlt_24xx_send_task_mgmt_ctio(struct scsi_qla_host *ha,
ctio->u.status1.scsi_status =
__constant_cpu_to_le16(SS_RESPONSE_INFO_LEN_VALID);
ctio->u.status1.response_len = __constant_cpu_to_le16(8);
((uint32_t *)ctio->u.status1.sense_data)[0] = cpu_to_be32(resp_code);
ctio->u.status1.sense_data[0] = resp_code;

qla2x00_start_iocbs(ha, ha->req);
}
Expand Down

0 comments on commit 1d064be

Please sign in to comment.