Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331152
b: refs/heads/master
c: 4195ec7
h: refs/heads/master
v: v3
  • Loading branch information
Ezequiel Garcia authored and Mauro Carvalho Chehab committed Sep 27, 2012
1 parent 9337d37 commit 9c7771a
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 47054a357a788620b9ede8c678a2cec71c7155ea
refs/heads/master: 4195ec7a8fa253cb7e598a8f99f005bc97d4ac15
4 changes: 3 additions & 1 deletion trunk/drivers/media/platform/vivi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,9 @@ static int __init vivi_create_instance(int inst)
q->ops = &vivi_video_qops;
q->mem_ops = &vb2_vmalloc_memops;

vb2_queue_init(q);
ret = vb2_queue_init(q);
if (ret)
goto unreg_dev;

mutex_init(&dev->mutex);

Expand Down

0 comments on commit 9c7771a

Please sign in to comment.