Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86955
b: refs/heads/master
c: 67768f6
h: refs/heads/master
i:
  86953: 8bac3ec
  86951: d9ebb39
v: v3
  • Loading branch information
FUJITA Tomonori authored and James Bottomley committed Mar 3, 2008
1 parent ab31355 commit c4b0122
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: 00da714b31b944400ee789e477f58247cff30b1b
refs/heads/master: 67768f675ffa587d6081ed1d259e796823023926
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/ps3rom.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ static int fill_from_dev_buffer(struct scsi_cmnd *cmd, const void *buf)
}
req_len += sgpnt->length;
}
scsi_set_resid(cmd, req_len - act_len);
scsi_set_resid(cmd, buflen - act_len);
return 0;
}

Expand Down

0 comments on commit c4b0122

Please sign in to comment.