Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367031
b: refs/heads/master
c: 228b791
h: refs/heads/master
i:
  367029: 9db005a
  367027: 55ef126
  367023: 026a841
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Apr 14, 2013
1 parent dba2efd commit 8bbb1fe
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 48fc9e26705f3c681a5a5fcd97f28be2c2393237
refs/heads/master: 228b791bfd52f437fd9a04fe9432dfec9c0d0333
3 changes: 2 additions & 1 deletion trunk/drivers/staging/media/dt3155v4l/dt3155v4l.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ dt3155_open(struct file *filp)
pd->field_count = 0;
ret = vb2_queue_init(pd->q);
if (ret < 0)
return ret;
goto err_request_irq;
INIT_LIST_HEAD(&pd->dmaq);
spin_lock_init(&pd->lock);
/* disable all irqs, clear all irq flags */
Expand All @@ -410,6 +410,7 @@ dt3155_open(struct file *filp)
goto err_request_irq;
}
pd->users++;
mutex_unlock(&pd->mux);
return 0; /* success */
err_request_irq:
kfree(pd->q);
Expand Down

0 comments on commit 8bbb1fe

Please sign in to comment.