Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328891
b: refs/heads/master
c: 16da05b
h: refs/heads/master
i:
  328889: 611ba50
  328887: ece7759
v: v3
  • Loading branch information
Andi Kleen authored and James Bottomley committed Sep 24, 2012
1 parent c1c7e7e commit ec05488
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: 5e95e731115c391d36868cd36f499a8ce16c7959
refs/heads/master: 16da05b1158d1bcb31656e636a8736a663b1cf1f
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/bnx2fc/bnx2fc_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -1807,7 +1807,7 @@ static void bnx2fc_parse_fcp_rsp(struct bnx2fc_cmd *io_req,
fcp_sns_len = SCSI_SENSE_BUFFERSIZE;
}

memset(sc_cmd->sense_buffer, 0, sizeof(sc_cmd->sense_buffer));
memset(sc_cmd->sense_buffer, 0, SCSI_SENSE_BUFFERSIZE);
if (fcp_sns_len)
memcpy(sc_cmd->sense_buffer, rq_data, fcp_sns_len);

Expand Down

0 comments on commit ec05488

Please sign in to comment.