Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45516
b: refs/heads/master
c: 10329b9
h: refs/heads/master
v: v3
  • Loading branch information
Gerd Hoffmann authored and Mauro Carvalho Chehab committed Jan 15, 2007
1 parent 66dd938 commit c677ca4
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: e382f62be8a92ebbdf697ebfab260b7d943a359f
refs/heads/master: 10329b962be782fa4fbebea9358063a4507d0c4d
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/video-buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ videobuf_vm_nopage(struct vm_area_struct *vma, unsigned long vaddr,
vaddr,vma->vm_start,vma->vm_end);
if (vaddr > vma->vm_end)
return NOPAGE_SIGBUS;
page = alloc_page(GFP_USER);
page = alloc_page(GFP_USER | __GFP_DMA32);
if (!page)
return NOPAGE_OOM;
clear_user_page(page_address(page), vaddr, page);
Expand Down

0 comments on commit c677ca4

Please sign in to comment.