Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3129
b: refs/heads/master
c: a20758f
h: refs/heads/master
i:
  3127: 8f52e2c
v: v3
  • Loading branch information
Gerd Knorr authored and Linus Torvalds committed Jun 24, 2005
1 parent a1e39ee commit 98a6174
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: 0964a3d3f1aa96468091924f6b0c391a46dc6d0b
refs/heads/master: a20758fa3238134ec9ac0a7e02446d9861dfe943
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/saa7134/saa7134-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ int saa7134_pgtable_build(struct pci_dev *pci, struct saa7134_pgtable *pt,
ptr = pt->cpu + startpage;
for (i = 0; i < length; i++, list++)
for (p = 0; p * 4096 < list->length; p++, ptr++)
*ptr = sg_dma_address(list) - list->offset;
*ptr = cpu_to_le32(sg_dma_address(list) - list->offset);
return 0;
}

Expand Down

0 comments on commit 98a6174

Please sign in to comment.