Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188303
b: refs/heads/master
c: 5512672
h: refs/heads/master
i:
  188301: 0492ed8
  188299: 9afca8a
  188295: 8944139
  188287: 7c1552d
v: v3
  • Loading branch information
Stephen M. Cameron authored and James Bottomley committed Mar 3, 2010
1 parent 38a1568 commit 81ec2fa
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: f0edafc6628f924a424ab4059df74f46f4f4241e
refs/heads/master: 5512672f75611e9239669c6a4dce648b8d60fedd
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/hpsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ static void complete_scsi_command(struct CommandList *cp,

cmd->result = (DID_OK << 16); /* host byte */
cmd->result |= (COMMAND_COMPLETE << 8); /* msg byte */
cmd->result |= (ei->ScsiStatus << 1);
cmd->result |= ei->ScsiStatus;

/* copy the sense data whether we need to or not. */
memcpy(cmd->sense_buffer, ei->SenseInfo,
Expand Down

0 comments on commit 81ec2fa

Please sign in to comment.