Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72686
b: refs/heads/master
c: 6a7d26d
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 29, 2007
1 parent 5d21b80 commit e4b4051
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: 80da1adbbf8805bc1a5d287ab171463710b7d92e
refs/heads/master: 6a7d26d58a0f61cffddc8839067dfad10413b852
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/arcmsr/arcmsr_hba.c
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ static void arcmsr_build_ccb(struct AdapterControlBlock *acb,

pdma_sg->addresshigh = address_hi;
pdma_sg->address = address_lo;
pdma_sg->length = length|IS_SG64_ADDR;
pdma_sg->length = length|cpu_to_le32(IS_SG64_ADDR);
psge += sizeof (struct SG64ENTRY);
arccdbsize += sizeof (struct SG64ENTRY);
}
Expand Down

0 comments on commit e4b4051

Please sign in to comment.