The patch number 9975 was added via Hans Verkuil <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
[email protected]
------
From: Hans Verkuil <[email protected]>
ivtv: set v4l2_dev instead of parent.
Priority: normal
Signed-off-by: Hans Verkuil <[email protected]>
---
linux/drivers/media/video/ivtv/ivtv-streams.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -r ceda70954ad6 -r b70780b21b66
linux/drivers/media/video/ivtv/ivtv-streams.c
--- a/linux/drivers/media/video/ivtv/ivtv-streams.c Tue Dec 23 11:35:17
2008 +0100
+++ b/linux/drivers/media/video/ivtv/ivtv-streams.c Tue Dec 23 11:35:45
2008 +0100
@@ -209,7 +209,7 @@ static int ivtv_prep_dev(struct ivtv *it
itv->device.name, s->name);
s->v4l2dev->num = num;
- s->v4l2dev->parent = &itv->dev->dev;
+ s->v4l2dev->v4l2_dev = &itv->device;
s->v4l2dev->fops = ivtv_stream_info[type].fops;
s->v4l2dev->release = video_device_release;
s->v4l2dev->tvnorms = V4L2_STD_ALL;
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/b70780b21b66d0eae0fb173aa0b759f8a63366d9
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits