Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226859
b: refs/heads/master
c: a87e3a6
h: refs/heads/master
i:
  226857: ba28afd
  226855: 7310c36
v: v3
  • Loading branch information
Douglas Gilbert authored and James Bottomley committed Dec 23, 2010
1 parent da47e9b commit 3af95be
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: a8733c7baf457b071528e385a0b7d4aaec79287c
refs/heads/master: a87e3a67d57472f40da2218793ff6d25c4518498
1 change: 1 addition & 0 deletions trunk/drivers/scsi/scsi_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -1805,6 +1805,7 @@ static int resp_read(struct scsi_cmnd *SCpnt, unsigned long long lba,
devip->sense_buff[5] = (ret >> 8) & 0xff;
devip->sense_buff[6] = ret & 0xff;
}
scsi_set_resid(SCpnt, scsi_bufflen(SCpnt));
return check_condition_result;
}

Expand Down

0 comments on commit 3af95be

Please sign in to comment.