Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306269
b: refs/heads/master
c: 121b3dd
h: refs/heads/master
i:
  306267: fa83bf9
v: v3
  • Loading branch information
H Hartley Sweeten authored and Mauro Carvalho Chehab committed May 8, 2012
1 parent bab7b2c commit 9f80a82
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: d0df3c384766b11ca118ceac9a3acdc0d76239b1
refs/heads/master: 121b3ddbe4ad17df77cb7284239be0a63d9a66bd
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 @@ -86,7 +86,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 9f80a82

Please sign in to comment.