Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242103
b: refs/heads/master
c: 35d9f51
h: refs/heads/master
i:
  242101: 0a608a8
  242099: 49e37e0
  242095: 7e90c6b
v: v3
  • Loading branch information
Jiri Slaby authored and Mauro Carvalho Chehab committed Mar 22, 2011
1 parent 480d4b4 commit b932fcd
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: 4093a5c4a3f59cba1a085bbf87b6ffdddc5a443d
refs/heads/master: 35d9f510b67b10338161aba6229d4f55b4000f5b
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/videobuf-dma-contig.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ static int __videobuf_mmap_mapper(struct videobuf_queue *q,

vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot);
retval = remap_pfn_range(vma, vma->vm_start,
mem->dma_handle >> PAGE_SHIFT,
PFN_DOWN(virt_to_phys(mem->vaddr)),
size, vma->vm_page_prot);
if (retval) {
dev_err(q->dev, "mmap: remap failed with error %d. ", retval);
Expand Down

0 comments on commit b932fcd

Please sign in to comment.