Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261540
b: refs/heads/master
c: ee893e9
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 53167eb commit c9027bb
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 37f9619dd5df9f1c9878ac53e27033519b8760ec
refs/heads/master: ee893e9adccd7dc22a6cfc5d4f49e7dd0baead0c
1 change: 1 addition & 0 deletions trunk/drivers/media/video/bw-qcam.c
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,7 @@ static struct qcam *qcam_init(struct parport *port)

if (v4l2_device_register(NULL, v4l2_dev) < 0) {
v4l2_err(v4l2_dev, "Could not register v4l2_device\n");
kfree(qcam);
return NULL;
}

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/video/c-qcam.c
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,7 @@ static struct qcam *qcam_init(struct parport *port)

if (v4l2_device_register(NULL, v4l2_dev) < 0) {
v4l2_err(v4l2_dev, "Could not register v4l2_device\n");
kfree(qcam);
return NULL;
}

Expand Down

0 comments on commit c9027bb

Please sign in to comment.