Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77131
b: refs/heads/master
c: d814c51
h: refs/heads/master
i:
  77129: 360375d
  77127: d028240
v: v3
  • Loading branch information
Salyzyn, Mark authored and James Bottomley committed Jan 23, 2008
1 parent 256078d commit f23f058
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: f7fea185d2998dc4c902ec47834ab6db28fe0029
refs/heads/master: d814c5173c671cf2c88d4e07db01b13312467ecd
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/dpt_i2o.c
Original file line number Diff line number Diff line change
Expand Up @@ -2296,7 +2296,7 @@ static s32 adpt_i2o_to_scsi(void __iomem *reply, struct scsi_cmnd* cmd)

// copy over the request sense data if it was a check
// condition status
if (dev_status == 0x02 /*CHECK_CONDITION*/) {
if (dev_status == SAM_STAT_CHECK_CONDITION) {
u32 len = min(SCSI_SENSE_BUFFERSIZE, 40);
// Copy over the sense data
memcpy_fromio(cmd->sense_buffer, (reply+28) , len);
Expand Down

0 comments on commit f23f058

Please sign in to comment.