Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33321
b: refs/heads/master
c: 574dc0a
h: refs/heads/master
i:
  33319: 8092523
v: v3
  • Loading branch information
Russell King authored and Russell King committed Aug 6, 2006
1 parent babb979 commit 39816c5
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: ca8c100a00e91cf93782008441a2e159c4b49a25
refs/heads/master: 574dc0abab6650c5371df15ac708e48fa25bed89
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/arm/scsi.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static inline void init_SCp(Scsi_Cmnd *SCpnt)
unsigned long len = 0;
int buf;

SCpnt->SCp.buffer = (struct scatterlist *) SCpnt->buffer;
SCpnt->SCp.buffer = (struct scatterlist *) SCpnt->request_buffer;
SCpnt->SCp.buffers_residual = SCpnt->use_sg - 1;
SCpnt->SCp.ptr = (char *)
(page_address(SCpnt->SCp.buffer->page) +
Expand Down

0 comments on commit 39816c5

Please sign in to comment.