Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76541
b: refs/heads/master
c: d172b8b
h: refs/heads/master
i:
  76539: 083eab2
v: v3
  • Loading branch information
Andrew Morton authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 1b112cc commit 78982e2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 105354a0f0410d4715f38e67d5790dead5dafdad
refs/heads/master: d172b8bdab3812a6ad710e4cc78ceea3e8a40cd5
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/videobuf-dma-sg.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@ videobuf_vm_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
page = alloc_page(GFP_USER | __GFP_DMA32);
if (!page)
return VM_FAULT_OOM;
clear_user_page(page_address(page), vaddr, page);
clear_user_page(page_address(page), (unsigned long)vmf->virtual_address,
page);
vmf->page = page;
return 0;
}
Expand Down

0 comments on commit 78982e2

Please sign in to comment.