Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181385
b: refs/heads/master
c: 236b024
h: refs/heads/master
i:
  181383: 5105f49
v: v3
  • Loading branch information
Sarang Radke authored and James Bottomley committed Feb 19, 2010
1 parent a89c8d0 commit 65868d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ee37e09d81a4acf328f68189af12f116401f8c0f
refs/heads/master: 236b0249c2274cd24bc98a1fbbb5e78d861d4bd9
1 change: 1 addition & 0 deletions trunk/drivers/scsi/qla2xxx/qla_attr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2284,6 +2284,7 @@ qla2x00_process_vendor_specific(struct fc_bsg_job *bsg_job)
"scsi(%ld) Vendor request %s failed\n", vha->host_no, type));
rval = 0;
bsg_job->reply->result = (DID_ERROR << 16);
bsg_job->reply->reply_payload_rcv_len = 0;
fw_sts_ptr = ((uint8_t*)bsg_job->req->sense) + sizeof(struct fc_bsg_reply);
memcpy( fw_sts_ptr, response, sizeof(response));
fw_sts_ptr += sizeof(response);
Expand Down

0 comments on commit 65868d3

Please sign in to comment.