Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271718
b: refs/heads/master
c: 0163b92
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Mauro Carvalho Chehab committed Sep 3, 2011
1 parent d8c5f05 commit 20e7deb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e6a476fd5f6593e023250b0ab00b0b68117a5da2
refs/heads/master: 0163b924c5c54f9737357f622fd923a9d80556bd
3 changes: 3 additions & 0 deletions trunk/drivers/media/video/zr364xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1638,6 +1638,9 @@ static int zr364xx_probe(struct usb_interface *intf,

if (!cam->read_endpoint) {
dev_err(&intf->dev, "Could not find bulk-in endpoint\n");
video_device_release(cam->vdev);
kfree(cam);
cam = NULL;
return -ENOMEM;
}

Expand Down

0 comments on commit 20e7deb

Please sign in to comment.