Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5019
b: refs/heads/master
c: 84e2930
h: refs/heads/master
i:
  5017: f6b1498
  5015: b32f5b3
v: v3
  • Loading branch information
Mark Haverkamp authored and James Bottomley committed Jul 14, 2005
1 parent 0f79b57 commit c19b55a
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: 97cbe08ff8e78b075ed0ff64c99be8fb2d40d03f
refs/heads/master: 84e29308ede3edb4f03911246c33d697ff18722e
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/aacraid/commctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ static int aac_send_raw_srb(struct aac_dev* dev, void __user * arg)
}
if (dev->dac_support == 1) {
struct user_sgmap64* upsg = (struct user_sgmap64*)&user_srbcmd->sg;
struct sgmap64* psg = (struct sgmap64*)&user_srbcmd->sg;
struct sgmap64* psg = (struct sgmap64*)&srbcmd->sg;
struct user_sgmap* usg;
byte_count = 0;

Expand Down

0 comments on commit c19b55a

Please sign in to comment.