Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202045
b: refs/heads/master
c: 959794d
h: refs/heads/master
i:
  202043: f951f78
v: v3
  • Loading branch information
Laurent Pinchart authored and Mauro Carvalho Chehab committed Aug 2, 2010
1 parent 7338c6b commit 20e76bc
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 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: 7181772d8915e6025ee4f2f6c5b16064689646f0
refs/heads/master: 959794ddc05ab6fbcd458bc093e7f0b92633d052
2 changes: 0 additions & 2 deletions trunk/drivers/media/video/videobuf-dma-contig.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,6 @@ static int __videobuf_mmap_mapper(struct videobuf_queue *q,
return -ENOMEM;

buf->map = map;
map->start = vma->vm_start;
map->end = vma->vm_end;
map->q = q;

buf->baddr = vma->vm_start;
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/media/video/videobuf-dma-sg.c
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,6 @@ static int __videobuf_mmap_mapper(struct videobuf_queue *q,
}

map->count = 1;
map->start = vma->vm_start;
map->end = vma->vm_end;
map->q = q;
vma->vm_ops = &videobuf_vm_ops;
vma->vm_flags |= VM_DONTEXPAND | VM_RESERVED;
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/media/video/videobuf-vmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,6 @@ static int __videobuf_mmap_mapper(struct videobuf_queue *q,
return -ENOMEM;

buf->map = map;
map->start = vma->vm_start;
map->end = vma->vm_end;
map->q = q;

buf->baddr = vma->vm_start;
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/media/videobuf-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ struct videobuf_queue;

struct videobuf_mapping {
unsigned int count;
unsigned long start;
unsigned long end;
struct videobuf_queue *q;
};

Expand Down

0 comments on commit 20e76bc

Please sign in to comment.