Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271704
b: refs/heads/master
c: 297875b
h: refs/heads/master
v: v3
  • Loading branch information
Jonathan Corbet authored and Mauro Carvalho Chehab committed Sep 3, 2011
1 parent 20864b8 commit f289a8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 77b1e2fbbdfa0ee5cdf6c928b711493a3738468e
refs/heads/master: 297875b6a1f3910c883e4b00bb9bc3e6c3aa6ab7
6 changes: 0 additions & 6 deletions trunk/drivers/media/video/videobuf2-dma-sg.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ static void *vb2_dma_sg_alloc(void *alloc_ctx, unsigned long size)

printk(KERN_DEBUG "%s: Allocated buffer of %d pages\n",
__func__, buf->sg_desc.num_pages);

if (!buf->vaddr)
buf->vaddr = vm_map_ram(buf->pages,
buf->sg_desc.num_pages,
-1,
PAGE_KERNEL);
return buf;

fail_pages_alloc:
Expand Down

0 comments on commit f289a8a

Please sign in to comment.