Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300252
b: refs/heads/master
c: 8106a39
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Mauro Carvalho Chehab committed May 8, 2012
1 parent 6854e4c commit 6aafc16
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: 43c286023ee19fe7a697d6c1ac5453a3ef4452a6
refs/heads/master: 8106a3908157e753ce8409c33ef8f2d90be58d9b
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/videobuf2-dma-contig.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ static void *vb2_dma_contig_vaddr(void *buf_priv)
{
struct vb2_dc_buf *buf = buf_priv;
if (!buf)
return 0;
return NULL;

return buf->vaddr;
}
Expand Down

0 comments on commit 6aafc16

Please sign in to comment.