Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92465
b: refs/heads/master
c: 1c65968
h: refs/heads/master
i:
  92463: 63a706f
v: v3
  • Loading branch information
Andrew Morton authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent d0089d3 commit a0758b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d6f34d7adddb144c3b450e15df3749f0e0a651c6
refs/heads/master: 1c659689fe9959c017bfaaa8301243f7d99f1a46
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/usbvideo/usbvideo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1035,10 +1035,10 @@ int usbvideo_RegisterVideoDevice(struct uvd *uvd)
__FUNCTION__, uvd->iface, uvd->video_endp, uvd->paletteBits);
}
if (uvd->dev == NULL) {
err("%s: uvd->dev == NULL", __FUNCTION__);
err("%s: uvd->dev == NULL", __func__);
return -EINVAL;
}
uvd->vdev.dev=&(uvd->dev->dev);
uvd->vdev.dev = &uvd->dev->dev;
if (video_register_device(&uvd->vdev, VFL_TYPE_GRABBER, video_nr) == -1) {
err("%s: video_register_device failed", __FUNCTION__);
return -EPIPE;
Expand Down

0 comments on commit a0758b2

Please sign in to comment.