Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357386
b: refs/heads/master
c: a82a45f
h: refs/heads/master
v: v3
  • Loading branch information
Oliver Neukum authored and Mauro Carvalho Chehab committed Feb 5, 2013
1 parent 600fdac commit d1fa775
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: 8c0d44e250735b09e255ce0483c47eb2f68d3fa7
refs/heads/master: a82a45f65377b05fe8cd3167c7b0a70c508356b8
2 changes: 1 addition & 1 deletion trunk/drivers/media/usb/uvc/uvc_v4l2.c
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@ static int uvc_v4l2_open(struct file *file)
if (atomic_inc_return(&stream->dev->users) == 1) {
ret = uvc_status_start(stream->dev);
if (ret < 0) {
usb_autopm_put_interface(stream->dev->intf);
atomic_dec(&stream->dev->users);
usb_autopm_put_interface(stream->dev->intf);
kfree(handle);
return ret;
}
Expand Down

0 comments on commit d1fa775

Please sign in to comment.